Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions configs/config.yaml-template
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,18 @@ plugins:
browser:
headless: true
cli-ui:
mcp:
servers:
server1:
type: stdio
command: node
args: ["/path/to/your/mcp-server.js", "arg1", "arg2"]
env:
ENV_VAR: ENV_VALUE
ANOTHER_ENV_VAR: ANOTHER_ENV_VALUE
server2:
type: streamable_http
url: http://localhost:3000
server3:
type: sse
url: http://localhost:3000/sse
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"homepage": "https://athenalab.ai/",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"@supabase/supabase-js": "^2.49.4",
"amadeus": "^11.0.0",
"discord.js": "^14.18.0",
Expand Down
Loading