DevTool MCP✓
io.github.standardbeagle/devtool-mcp · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.standardbeagle/devtool-mcp",
"description": "Development tooling MCP server with process management, proxy, and frontend diagnostics",
"title": "DevTool MCP",
"repository": {
"url": "https://github.com/standardbeagle/devtool-mcp",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://standardbeagle.github.io/devtool-mcp/",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@standardbeagle/devtool-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
}
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "devtool-mcp",
"version": "0.3.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}