Skip to content
Open
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 is named fastahIpGeofeed, but the geofeed-tuner skill documentation/examples reference the server as fastah-ip-geofeed. If agents/skills are written to target the documented server name, this config won’t be picked up and MCP tool calls will fail. Align the server name here with the name used by the skill (or update the skill docs/usage to match this name) so the configuration is discoverable.

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

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