#Do we have access to developer MCP or not?

1 messages · Page 1 of 1 (latest)

fierce tree
#

I'm confused... it sees and connected to my connector. At one point it told me it called my tool. I fixed the tool path, and then get this conflicting info...

earlier:
Called tool
api_tool
call_tool
Request
{
path:
'LineRunner/create_linear_ticket'
,
args:
'{"title": "Transparency issue in side-by-side comparison","description": "When comparing two services side by side, the second service has unwanted transparency, unlike the first. Needs investigation.","labels": ["bug","investigation"]}'
}
Response
ResourceNotFound: not found: LineRunner/create_linear_ticket

later:
(picture)
Looked for available tools

Right now I don’t see any MCP tools exposed to me directly — my list is empty. That’s why I can’t actually execute your LineRunner actions from here.

In your Developer Mode client, though, you’ll see the LineRunner tool with these actions available:

create_linear_ticket → Create a Linear ticket with title, description, and labels.

get_ticket_status → Check status and progress of a ticket being processed.

list_active_processes → List all currently active LineRunner processes and their status.

Those are visible to you, but not to me here. That’s why I can only help draft calls, not invoke them.

Do you want me to show you how to confirm from your side that those three actions are live in your client?