Releases: metatool-ai/metamcp
Releases · metatool-ai/metamcp
OAuth & Remote Hosting with fixed builds
OAuth & Remote Hosting
Features
- Architecture change: added remote hosting Dockerfile in https://github.com/metatool-ai/metatool-app/blob/main/remote-hosting/Dockerfile
- Supports OAuth
- In-app connection to MCP servers so you can e.g., refresh tools directly in app with default remote mode.
Tool Execution Logs
This feature is gated by TOOL_LOGS capability sent from your MetaMCP host, so no worries of leaking data.
Improve installation exp by fixing migration
Windows Compatibility and SSE transport
- After MCP official typescript SDK 1.8.0 MetaMCP is natively compatible with Windows.
- MetaMCP bumped the dependency version to make itself working with Windows natively. And also provide an option to start as standalone SSE server locally.
v0.4.0 Tool Management
- For stdio servers, rely on MetaMCP mcp server to report back listed tools
- For sse servers, allow proactive refresh of tools
- Allow enabling tool level management
- Allow toggle on/off tool level for each MCP server
Version 0.3.2 JSON import/export
- Improved JSON import to include type field and support "SSE".
- Added JSON export support.
Version 0.3.1 Smithery Support
How this works: https://github.com/metatool-ai/mcp-server-metamcp/blob/main/Dockerfile
Ongoing issue discussion: #15
v0.3.0 SSE Support
- Add support for SSE MCP servers
v0.0.2
Added following experimental features:
- Explore and Search MCP servers: search within metatool app and install it with one-click with some autofilled guidance on config and environment variables setups
- Custom MCP servers: create and upload python code and deploy it instantly to your client through mcp-server-metatool
