Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CrateDB MCP changelog

## Unreleased
- Instructions: Updated to [cratedb-about v0.0.8]

[cratedb-about v0.0.8]: https://github.com/crate/about/releases/tag/v0.0.8

## v0.0.6 - 2025-07-27
- OCI: Added `curl` to image
Expand Down
2 changes: 1 addition & 1 deletion cratedb_mcp/knowledge.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def items(self):
"""
Return outline items, cached for a little bit less than one hour.
"""
return self.outline.find_items().to_dict()
return self.outline.find_items().to_list()

def url_permitted(self, url: str) -> bool:
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies = [
"attrs",
"cachetools<7",
"click<9",
"cratedb-about==0.0.7",
"cratedb-about==0.0.8",
"fastmcp>=2.7,<2.11",
"hishel<0.2",
"pueblo==0.0.11",
Expand Down