Files
awesome-copilot/plugins/rust-mcp-development/.github/plugin/plugin.json
2026-03-12 04:48:17 +00:00

28 lines
633 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"
],
"skills": [
"./skills/rust-mcp-server-generator"
]
}