mirror of
https://ghfast.top/https://github.com/discourse/discourse-mcp.git
synced 2026-05-06 18:22:28 +08:00
- 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
20 lines
523 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|