Skip to content

Commit 3aae9ad

Browse files
committed
MCP: Add documentation about detailed API capabilities
1 parent b405dfa commit 3aae9ad

File tree

4 files changed

+566
-1
lines changed

4 files changed

+566
-1
lines changed

doc/query/mcp/backlog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# MCP backlog
2+
3+
## Iteration +1
4+
- Launch server using SSE transport.
5+
- Other than just selecting a server from the registry per `--server-name`,
6+
also permit selecting an arbitrary server.
7+
- Provide registry information per MCP resource, launch server per MCP tool.
8+
- Guidelines about running with [MCP Inspector].
9+
10+
11+
[MCP Inspector]: https://github.com/modelcontextprotocol/inspector

doc/query/mcp/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,21 @@ Popular MCP servers that can talk to CrateDB, alphabetically sorted.
7171
- [PostgreSQL basic]
7272
- [Quarkus JDBC]
7373

74-
Detailed MCP API capabilities about prompts, resources, and tools.
74+
Detailed MCP API capabilities about prompts, resources, and tools can be
75+
explored on the {doc}`landscape` page, generated using this command:
7576
```shell
7677
uvx 'cratedb-toolkit[mcp]' query mcp inquire --format=markdown | sponge mcp-cratedb-landscape.md
7778
```
7879

80+
```{toctree}
81+
:maxdepth: 2
82+
:hidden:
83+
84+
landscape
85+
notes
86+
backlog
87+
```
88+
7989

8090
[CrateDB]: https://cratedb.com/database
8191
[CrateDB MCP]: https://github.com/crate/cratedb-mcp

0 commit comments

Comments
 (0)