Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:21 +08:00
commit 8f32bc6982
7 changed files with 1430 additions and 0 deletions

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"xano": {
"type": "http",
"url": "${XANO_MCP_URL}",
"headers": {
"Authorization": "Bearer ${XANO_MCP_TOKEN}"
}
}
}
}