lixun910/fsq-spatial-desktop
v0.1.0
Install, launch, and connect FSQ Spatial Desktop so this agent can drive its geospatial tools (DuckDB + Kepler.gl maps) over MCP.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
fsq-spatial-desktopstreamable-http
{
"type": "streamable-http",
"url": "http://127.0.0.1:7750/mcp"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "fsq-spatial-desktop",
"version": "0.1.0",
"description": "Install, launch, and connect FSQ Spatial Desktop so this agent can drive its geospatial tools (DuckDB + Kepler.gl maps) over MCP.",
"author": {
"name": "Xun Li",
"url": "https://github.com/lixun910"
},
"repository": "https://github.com/lixun910/fsq-spatial-desktop-plugin"
}