From af37037f553002934cc277e0ba3b70d7ca14f18c Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:04 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 a4c3596..c39fb78 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "479 Northwest Arkansas Civic Portal", "description": "Civic AI portal for Fayetteville and Northwest Arkansas — Walmart country, the Razorbacks, and the fastest-growing metro.", - "endpoint": "https://mcp.479.today/mcp", + "endpoint": "https://479.today/mcp", "area_code": "479", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "870", - "endpoint": "https://mcp.870.today/mcp", + "endpoint": "https://870.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-870" }, { "area_code": "580", - "endpoint": "https://mcp.580.today/mcp", + "endpoint": "https://580.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-580" }, { "area_code": "903", - "endpoint": "https://mcp.903.today/mcp", + "endpoint": "https://903.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-903" }, { "area_code": "816", - "endpoint": "https://mcp.816.today/mcp", + "endpoint": "https://816.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-816" } ]