Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 22 May 17:00

1.1.0 (2026-05-22)

Bug Fixes

  • add extra parameter to setRequestHandler callbacks (MCP SDK v1.27.1) (15ad127)
  • add type assertion for content[0].text access (1a81d6d)
  • cast CallToolRequestSchema handler to any (MCP SDK v1.27.1 type mismatch) (01070bf)
  • cast node-immybot Tenant type to any for missing properties (d66a163)
  • cast node-immybot types to any for missing properties (2930870)
  • cast node-immybot types to any for missing properties (4b04475)
  • cast node-immybot types to any for missing properties (4b31e9f)
  • cast start() argument to any for missing description property (8122ec6)
  • cast tenant search result to any[] for missing type properties (ddf75ae)
  • correct Streamable HTTP transport import path (#2) (deebff6)
  • ensure v1.0.0 release tag is in branch history for semantic-release (3a39e9f)
  • narrow union type for content[0].text to satisfy TypeScript strict mode (00855b5)
  • use ListToolsRequestSchema/CallToolRequestSchema and request.params directly (51f1a75)
  • use Record type for string-keyed domainDescriptions access (7526dfa)

Features

  • add server.json for MCP Registry publication (#6) (00363c8)