这是一个通过FastMCP接口提供访问政府安全事件数据的MCP服务器。
pip install -r requirements.txt
python server.py
python server.pypython server.py --sse要使用标准I/O将此MCP服务器连接到Cline:
{
"hk-election": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-election-mcp-server"
]
}
}
测试位于tests/目录下。运行:
pytest