Releases: llmcontext/gomcp
Releases · llmcontext/gomcp
v0.3.0
- 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
andinspector.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.