Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fubon-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fubon-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}