Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions plugins/fastah-ip-geo-tools/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"fastahIpGeofeed": {
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MCP server key here is fastahIpGeofeed (camelCase), but existing Fastah geofeed documentation in the repo refers to the server name as fastah-ip-geofeed (kebab-case). If agents/skills expect the documented name, this mismatch will prevent them from finding the configured server/tools. Align the server name with the documented identifier (or update the documentation accordingly) to avoid breaking the plugin’s setup.

Suggested change
"fastahIpGeofeed": {
"fastah-ip-geofeed": {

Copilot uses AI. Check for mistakes.
"type": "http",
"url": "https://mcp.fastah.ai/mcp"
}
}
}
Loading