MCP Server
MCP
Asynthetic
Ground truth for AI coding agents: what breaks between library versions and how to fix it
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://asynthetic.up.railway.app/mcp"
},
{
"type": "sse",
"url": "https://asynthetic.up.railway.app/sse"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "asynthetic",
"version": "0.1.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
sse
npm
By
Comments
Sign in to leave a comment