Skip to content

Commit e46cf59

Browse files
- json-centric MCP API.
1 parent 6d9167b commit e46cf59

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/mcp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
## Running the MCP server
33

4+
If necessary, rebuild stackql with:
5+
6+
```bash
7+
python cicd/python/build.py --build
8+
```
9+
410
**Note**: before starting an MCP server, remember to export all appropriate auth env vars.
511

612
We have a nice debug config for running an MCP server with `vscode`, please see [the `vscode` debug launch config](/.vscode/launch.json) for that. Otherwise, you can run with stackql (assuming locally built into `./build/stackql`):

test/robot/functional/mcp.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,7 @@ MCP HTTPS Server JSON DTO Meta Get Foreign Keys
381381
... stdout=${CURDIR}${/}tmp${/}MCP-HTTPS-meta-get-foreign-keys.txt
382382
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-meta-get-foreign-keys-stderr.txt
383383
Should Be Equal As Integers ${meta_fk.rc} 0
384-
${meta_fk_obj}= Parse MCP JSON Output ${meta_fk.stdout}
385-
Dictionary Should Contain Key ${meta_fk_obj} text
384+
Dictionary Should Contain Key ${meta_fk.stdout} not implemented
386385

387386
MCP HTTPS Server JSON DTO Meta Find Relationships
388387
[Documentation] Future proofing: relationship graph inference pending; placeholder output.

0 commit comments

Comments
 (0)