From 384513544ab031380e076d354be2265fcdcd028d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:12 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 924ae2a..c464683 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "507 Southeast Minnesota Civic Portal", "description": "Civic AI portal for Rochester and Southern Minnesota — Mayo Clinic, IBM, and the Root River civic community.", - "endpoint": "https://507.today/mcp", + "endpoint": "https://mcp.507.today/mcp", "area_code": "507", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "612", - "endpoint": "https://612.today/mcp", + "endpoint": "https://mcp.612.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-612" }, { "area_code": "651", - "endpoint": "https://651.today/mcp", + "endpoint": "https://mcp.651.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-651" }, { "area_code": "715", - "endpoint": "https://715.today/mcp", + "endpoint": "https://mcp.715.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-715" }, { "area_code": "319", - "endpoint": "https://319.today/mcp", + "endpoint": "https://mcp.319.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-319" } ]