From 76efb6e54b63a916e62f09a40ea0bc84c6504c7d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:14 +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 38d920a..47a43fe 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "910 Southeast North Carolina Civic Portal", "description": "Civic AI portal for Fayetteville and Wilmington, NC — Fort Liberty, Cape Fear, and Coastal Carolina civic community.", - "endpoint": "https://910.today/mcp", + "endpoint": "https://mcp.910.today/mcp", "area_code": "910", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "919", - "endpoint": "https://919.today/mcp", + "endpoint": "https://mcp.919.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-919" }, { "area_code": "704", - "endpoint": "https://704.today/mcp", + "endpoint": "https://mcp.704.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-704" }, { "area_code": "843", - "endpoint": "https://843.today/mcp", + "endpoint": "https://mcp.843.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-843" }, { "area_code": "252", - "endpoint": "https://252.today/mcp", + "endpoint": "https://mcp.252.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-252" } ]