Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ PORT=3001
# Upstash Context7 API Key for documentation lookup
# Required only if you want context7 plugin to query documentation libraries
CONTEXT7_API_KEY=your-upstash-context7-api-key-here
GEMINI_API_KEY=
Comment thread
yb175 marked this conversation as resolved.
1 change: 1 addition & 0 deletions apps/api/mcp/plugins/context7/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "../../../../src/utils/env.js";
import { StdioMCPServer } from "../../stdio-server.js";

const context7Env: Record<string, string> = {};
Expand Down
3 changes: 2 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"start": "node dist/index.js",
"lint": "eslint . --max-warnings 0",
"check-types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"cli": "tsx src/agent/cli.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.0",
Expand Down
Loading
Loading