Expand description
§forge-server
MCP server for the Forgemax Code Mode Gateway.
Exposes exactly two tools to agents:
search— query the capability manifest to discover toolsexecute— run code against the tool API
This collapses N servers x M tools into a fixed ~1,000 token footprint.
Structs§
- Execute
Input - Input for the
executetool. - Forge
Server - The Forge MCP server handler.
- Search
Input - Input for the
searchtool.