Skip to content

Cannot see tools? #4

Description

@TotalLag

First off, great project! I'm just starting my Ionic journey so this was awesome to find.

I'm running into a bit of a weird problem. When I run the npx command manually, I can see all the tools listed. However, when I add the MCP server to KiloCode (VSCode) the server shows that it's green and connected, but I'm not seeing any of the tools listed. The logs show that it is indeed reaching out to Github:

Loaded 82 CapGo plugins from GitHub
today at 5:50 PM
Loaded 31 Capacitor Community plugins from GitHub
today at 5:50 PM
Loaded 66 CapAwesome plugins from capawesome.io. Insider plugins: 21
today at 5:50 PM
Loaded 34 official Capacitor plugins
today at 5:49 PM
Loaded 95 Core Ionic UI components from JSON. Ionic version: 8.7.14
today at 5:49 PM
Ionic MCP Server is running
today at 5:49 PM
Image

My config:

{
  "awesome-ionic-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "awesome-ionic-mcp@latest"
    ],
    "env": {
      "GITHUB_TOKEN": "<redacted>"
    },
    "alwaysAllow": [
      "get_ionic_component_definition",
      "get_all_ionic_components",
      "get_component_api",
      "get_all_official_plugins",
      "get_official_plugin_api"
    ],
    "disabled": false,
    "type": "stdio"
  }
}

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