From b53641b4b185a0e3e282994fcba868721d711b4a Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 14:57:05 +0000 Subject: [PATCH] chore: provision .well-known/mcp.json [WellSpr.ing auto] --- .well-known/mcp.json | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .well-known/mcp.json diff --git a/.well-known/mcp.json b/.well-known/mcp.json new file mode 100644 index 0000000..3d34255 --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,46 @@ +{ + "schema": "mcp-discovery/v1", + "name": "714 Orange County (North/Central) Civic Portal", + "description": "Civic AI portal for Anaheim and Orange County — Disneyland's hometown, Vietnamese-American culture, and suburban OC civic life.", + "endpoint": "https://mcp.714.today/mcp", + "area_code": "714", + "network": "WellSpr.ing NNN.today", + "tools": [ + "get_local_news", + "get_free_items", + "get_businesses", + "submit_civic_idea", + "get_civic_services", + "ody_chat" + ], + "conduct": "https://wellspr.ing/constitution", + "sovereign_repo": "https://git.wellspr.ing/WellBuilder/mcp-714", + "federation_manifest": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + { + "area_code": "626", + "endpoint": "https://mcp.626.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-626" + }, + { + "area_code": "818", + "endpoint": "https://mcp.818.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-818" + }, + { + "area_code": "949", + "endpoint": "https://mcp.949.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-949" + }, + { + "area_code": "951", + "endpoint": "https://mcp.951.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-951" + }, + { + "area_code": "760", + "endpoint": "https://mcp.760.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" + } + ] +} \ No newline at end of file