Skip to content

chatlas 0.11.1

Choose a tag to compare

@cpsievert cpsievert released this 29 Aug 14:12
· 123 commits to main since this release

New features

  • .register_tool() gains a name parameter (useful for overriding the name of the function). (#162)

Bug fixes

  • ContentToolRequest is (once again) serializable to/from JSON via Pydantic. (#164)
  • .register_tool(model=model) no longer unexpectedly errors when model contains pydantic.Field(alias='_my_alias'). (#161)

Changes

  • .register_tool(annotations=annotations) drops support for mcp.types.ToolAnnotations() and instead expects a dictionary of the same info. (#164)