Skip to content

Commit f6034cb

Browse files
committed
chore: add example srcbook_mcp_config.json
1 parent 82f6c1c commit f6034cb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"exa": {
4+
"command": "npx",
5+
"args": ["/path/to/exa-mcp-server/build/index.js"],
6+
"env": {
7+
"EXA_API_KEY": "your-exa-api-key"
8+
}
9+
}
10+
}
11+
}
12+

0 commit comments

Comments
 (0)