mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
feat: added HTTP-Based MCP Server on Netlify
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user