docs: publish MCP registry metadata

This commit is contained in:
Amruth Pillai
2026-07-07 18:50:07 +02:00
parent 25021507a0
commit 73daf22b2f
2 changed files with 73 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.amruthpillai/reactive-resume",
"title": "Reactive Resume",
"description": "Free open-source resume builder with remote MCP tools for resumes and job applications.",
"websiteUrl": "https://rxresu.me",
"repository": {
"url": "https://github.com/amruthpillai/reactive-resume",
"source": "github"
},
"version": "5.2.2",
"remotes": [
{
"type": "streamable-http",
"url": "https://rxresu.me/mcp"
}
]
}