Open
Description
Hey, I appreciate the MCP server!
I'm struggling a bit with getting Claude Code to make use of the MCP server correctly. It mainly tries to list resources, which returns an empty list rather than searching via resource templates or path informations.

I'm using a local file like this
{
"mcpServers": {
"Project Management API Spec": {
"command": "npx",
"type": "stdio",
"args": [
"-y",
"mcp-openapi-schema-explorer@latest",
"/path/to/project-mgmt.yaml",
"--output-format",
"yaml"
],
"env": {}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels