server.json•595 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.p1va/symbols",
"title": "Symbols MCP",
"description": "Read, inspect and navigate codebase symbols by connecting to a Language Server",
"version": "{{VERSION}}",
"repository": {
"url": "https://github.com/p1va/symbols",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "@p1va/symbols",
"version": "{{VERSION}}",
"transport": {
"type": "stdio"
},
"environment_variables": []
}
]
}