schelling protocol for VS Code
io.github.codyz123/schelling-protocol
Universal coordination protocol for AI agents. Discovery, matching, and negotiation.
client:VS Code
transport:stdio
runtime:npm
Install schelling protocol in VS Code
.vscode/mcp.json
{
"servers": {
"schelling-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@schelling/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs