mirror of
https://github.com/codician-team/growmos.git
synced 2026-08-18 06:47:17 +02:00
29 lines
737 B
JSON
29 lines
737 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
"name": "com.codician/growmos",
|
|
"description": "Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims.",
|
|
"repository": {
|
|
"url": "https://github.com/codician-team/growmos",
|
|
"source": "github"
|
|
},
|
|
"version": "0.1.5",
|
|
"packages": [
|
|
{
|
|
"registryType": "pypi",
|
|
"registryBaseUrl": "https://pypi.org",
|
|
"identifier": "growmos",
|
|
"version": "0.1.5",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"runtimeHint": "growmos",
|
|
"packageArguments": [
|
|
{
|
|
"type": "positional",
|
|
"value": "mcp"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|