Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@pcarion pcarion released this 09 Dec 18:44
· 7 commits to main since this release
9c10658
  • Add support for protocol debug file. In the configuration file, set the logging.protocolDebugFile field to the path to the file where to write the protocol debug information.
  • Add support for the inspector. In the configuration file, set the inspector.enabled and inspector.listenAddress fields to set the inspector server address. The inspector is a tool that allows you to inspect the messages exchanged between the MCP server and the LLM. Still in development.
  • Kill the MCP server when the parent process is init. Even though we use a context to stop the server and the goroutines, it seems that the parent process is not always killed when the MCP server is stopped. This is why we now kill the MCP server when the parent process is init.