Copilot · MCP testing

Test how Copilot calls your MCP tools.

Copilot decides which tool to call and what to do with the result. In Copilot, the model sees images returned via direct content, embedded resources, and linked resources. MCPJam runs your server through Copilot with openai/gpt-5.3-chat so you see the real tool calls instead of guessing from a bug report.

Terminal
npx @mcpjam/inspector@latest

How Copilot handles your tool results

Image results

Images reach the model via direct content, embedded resources, and linked resources. That covers every shape we track.

Emulation model

MCPJam drives Copilot with openai/gpt-5.3-chat, so tool selection reflects this host, not a generic model.

Extensions

Copilot advertises io.modelcontextprotocol/ui.

See the call

Trace shows every step from prompt to response with timings. The exact tool, the exact arguments.

Score it

Evals run realistic requests through Copilot and score whether the right tool was picked with the right arguments.

How we know

Vendor docs: Based on the vendor's published documentation. Last reviewed 2026-07-08.

Walkthrough: Copilot

Run npx @mcpjam/inspector@latest, connect the MCP server config you already use, and select Copilot as the host. MCPJam emulates Copilot with openai/gpt-5.3-chat on desktop, so what you see is this host's behavior, not a generic client's.

Ask for something in natural language and watch which tool Copilot picks and with what arguments. Open Trace for the timed step-by-step, then turn the recurring cases into an eval suite so a regression fails the gate instead of your users.

Frequently asked questions

Run npx @mcpjam/inspector@latest, connect your server, and select Copilot. MCPJam emulates the host with openai/gpt-5.3-chat, so you can watch the real behavior locally, free and open source.

In Copilot, images reach the model via direct content, embedded resources, and linked resources. (Catalog last reviewed 2026-07-08.)

MCPJam's host-compat catalog (the same data behind caniuse.dev). Vendor docs: Based on the vendor's published documentation. Last reviewed 2026-07-08.

See it in Copilot before your users do.

One command, your existing server config, Copilot's real behavior in the loop.

Open source · no credit card · ~2 min

Keep exploring