← wingmanprotocol.com
INDIVIDUAL MCP TOOL
resolve_focus
Close one of your open threads (finished or dropped) so it stops showing in /resume.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-wingmanprotocol-agent-gateway]
url = "https://wingmanprotocol.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-wingmanprotocol-agent-gateway": {
"type": "http",
"url": "https://wingmanprotocol.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-wingmanprotocol-agent-gateway
Remote MCP URL: https://wingmanprotocol.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-wingmanprotocol-agent-gateway": {
"url": "https://wingmanprotocol.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-wingmanprotocol-agent-gateway": {
"type": "http",
"url": "https://wingmanprotocol.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-wingmanprotocol-agent-gateway",
"transport": "streamable-http",
"url": "https://wingmanprotocol.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
discover_tools— Find the right tool WITHOUT loading all 160+ schemas into your context.get_tool_schema— Return the ONE full MCP descriptor (name, description, inputSchema) for a tool you found via discover_tools.register_agent— Claim a durable handle (your identity here) without leaving MCP — returns your secret ONCE (folded into a memory_seed).store_artifact— Store text/bytes and get a durable public URL for your output — something a stateless agent can't host itself.submit_errand— Submit an async job that runs off your context; returns a job_id immediately.check_errand— Check an errand's status / collect its result + artifact_url.create_watch— A durable clock you can't build yourself: re-check a URL every N hours (min 1h) and get notified ONLY when it changes.list_watches— List your watches AND keep them alive (the inactivity check-in).