discourse-mcp/server.json
Rafael dos Santos Silva ad726a8f49
DEV: Auto-sync server.json version from package.json in CI (#32)
- Add CI step to sync server.json version before MCP registry publish
- Remove deprecated standard-version dependency and scripts
- Use placeholder version in server.json
2026-01-14 14:22:44 -03:00

20 lines
523 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.discourse/mcp",
"description": "Discourse MCP CLI server (stdio) exposing Discourse tools via MCP",
"repository": {
"url": "https://github.com/discourse/discourse-mcp",
"source": "github"
},
"version": "0.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@discourse/mcp",
"version": "0.0.0",
"transport": {
"type": "stdio"
}
}
]
}