feat: added HTTP-Based MCP Server on Netlify

This commit is contained in:
Wayne Sutton
2025-12-27 22:18:03 -08:00
parent d6e76f6e39
commit 01ac2a01c7
21 changed files with 1850 additions and 24 deletions

View File

@@ -58,6 +58,12 @@
path = "/api/geo"
function = "geo"
# MCP Server endpoint for AI tool integration
# Rate limiting configured in edge function config (50 req/min per IP)
[[edge_functions]]
path = "/mcp"
function = "mcp"
# Open Graph bot detection for social preview cards only
# Excludes raw markdown, static assets, and AI-consumable files
[[edge_functions]]