mcp-server-playground
by piyoppi
This repository provides a playground for experimenting with MCP (likely related to Microsoft Communication Protocol) servers. It includes usage instructions and Visual Studio Code settings.
View on GitHub
Last updated: N/A
mcp-server-playground
Usage
npx tsx index.tsx
Visual Studio Code Settings
{
"chat.agent.enabled": true,
"mcp": {
"servers": {
"my-mcp-server": {
"type": "sse",
"url": "http://localhost:3001/sse"
}
}
}
}