Skip to main content

Crate forge_server

Crate forge_server 

Source
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 tools
  • execute — run code against the tool API

This collapses N servers x M tools into a fixed ~1,000 token footprint.

Structs§

ExecuteInput
Input for the execute tool.
ForgeServer
The Forge MCP server handler.
SearchInput
Input for the search tool.