MCP Server
MCP
DevTool MCP
Development tooling MCP server with process management, proxy, and frontend diagnostics
Install
npx -y @standardbeagle/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment