Usage
Tools
At the moment, Bugsee MCP server exports the following tools for AI agents:
- get_issue - Get issue details by providing an issue key (e.g., "MYAPP-123")
Prompts
Note: While most AI agents which support MCP Protocol support tools, prompts are less widely adopted and may not be available in your AI agent of choice.
- /bugsee_fix
Usage examples
In the following contrived example, a crash was deliberately planted within a test IOS app which had Bugsee pre-configured. Once triggered, a new crash was intercepted and symbolicated by Bugsee and a new issue was created (IOS-1443):
Having a working folder open in Cursor, and having Bugsee MCP Server configured, using it is as simple as just asking the agent to fix the issue using the following prompt:
Help analyze and fix IOS-1443 from Bugsee
The result:
Cursor successfully fetched all the relevant context (including the stack traces) from Bugsee MCP tool, located the relevant files and methods, analyzed the issue and proposed ways to fix it: