Skip to content

openmcp client v0.1.0

Choose a tag to compare

@LSTM-Kirigaya LSTM-Kirigaya released this 22 May 08:53
· 385 commits to main since this release

New Features

  • Added support for connecting to multiple MCP servers simultaneously
  • Updated protocol to support streamable HTTP, which will gradually replace the SSE connection method
  • Implemented special support for Python projects created with : auto-initialize projects and direct MCP to , eliminating the need for global MCP installation
  • Added special support for npm-created JS/TS projects: auto-initialize projects

Changes

  • Removed setting and introduced (default: ), allowing the model to call multiple tools in a single response

Improvements

  • Refactored the OpenMCP connection module infrastructure and implemented a more detailed logging system
  • Fixed issue#15: Copy failure
  • Fixed issue#14: Added a log clear button