Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-api-server": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-api-server": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}