We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3515786 commit 74360cdCopy full SHA for 74360cd
cratedb_toolkit/query/mcp/inquiry.py
@@ -45,8 +45,9 @@ class McpServerInquiry:
45
46
seealso = (
47
":::{seealso}\n"
48
- "Ready-to-run example programs about all the adapters are available at\n"
49
- "https://github.com/crate/cratedb-examples/tree/main/framework/mcp.\n"
+ "Ready-to-run example programs about all the adapters are available per\n"
+ "example collection about [exploring MCP with CrateDB].\n"
50
+ "[exploring MCP with CrateDB]: https://github.com/crate/cratedb-examples/tree/main/framework/mcp.\n"
51
":::\n"
52
)
53
0 commit comments