Added LiteLLM to the stack

This commit is contained in:
2025-08-18 09:40:50 +00:00
parent 0648c1968c
commit d220b04e32
2682 changed files with 533609 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"zapier": {
"sse_url": "https://mcp.zapier.com/api/mcp"
},
"deepwiki": {
"http_url": "https://mcp.deepwiki.com/mcp",
"sse_url": "https://mcp.deepwiki.com/sse",
"description": "The DeepWiki MCP server provides programmatic access to DeepWiki's repository documentation (Devin Wiki) and search capabilities (Devin Search)."
},
"jira": {
"sse_url": "https://mcp.atlassian.com/v1/sse",
"description": "The Jira MCP server provides programmatic access to Jira's issue tracking capabilities."
},
"linear": {
"sse_url": "https://mcp.linear.app/sse",
"description": "The Linear MCP server provides programmatic access to Linear's issue tracking capabilities."
}
}