Files
awesome-copilot/plugins/rust-mcp-development/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

28 lines
653 B
JSON

{
"name": "rust-mcp-development",
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"rust",
"mcp",
"model-context-protocol",
"server-development",
"sdk",
"tokio",
"async",
"macros",
"rmcp"
],
"agents": [
"./agents/rust-mcp-expert.md"
],
"skills": [
"./skills/rust-mcp-server-generator/"
]
}