You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My Zed IDE can't find the tools from your mcp server whether I set it up with "transport": "http" or without it.
Example following Zed's own template:
{
/// Configure an MCP server that you connect to over HTTP
///
/// The name of your remote MCP server
"specification-website": {
/// The URL of the remote MCP server
"url": "https://mcp.specification.website/mcp",
/// Uncomment to use a pre-registered OAuth client. You can include the client secret here as well, otherwise it will be prompted interactively and saved in the system keychain.
// "oauth": {
// "client_id": "your-client-id",
// },
"headers": {
/// Any headers to send along
// "Authorization": "Bearer <token>
}
}
}
Zed does confirm a successful configuration, yet no tools available.
How to set it up correctly please?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My Zed IDE can't find the tools from your mcp server whether I set it up with
"transport": "http"or without it.Example following Zed's own template:
Zed does confirm a successful configuration, yet no tools available.
How to set it up correctly please?
Beta Was this translation helpful? Give feedback.
All reactions