Skip to content

Resource discoverability #98

Open
Open
@fredrikjacobson

Description

@fredrikjacobson

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.

Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions