What You’ll See

Disabling the Feature
If you don’t want AgentCat to add theget_more_tools tool to your server, disable it:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
See what functionality users need but can’t find on your MCP server.

get_more_tools tool to your server, disable it:
agentcat.track(mcpServer, "proj_abc123xyz", {
enableReportMissing: false
})
agentcat.track(server, "proj_abc123xyz",
agentcat.AgentCatOptions(enable_report_missing=False))
agentcat.Track(s, "proj_abc123xyz", &agentcat.Options{
DisableReportMissing: true,
})
Was this page helpful?