mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
28 lines
653 B
JSON
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/"
|
|
]
|
|
}
|