Skip to content
Discussion options

You must be logged in to vote

humm... interesting question. I have not used Copilot and I am not sure if it can install the npm package on its on virtual environment. You can try and add this config:

{
  "mcpServers": {
    "blazorblueprint": {
      "type": "local",
      "command": "npx",
      "args": ["-y", "@blazorblueprint/mcp@latest"],
      "tools": ["*"]
    }
  }
}

It may only work with hosted MCP, currently I have opted for a local MCP at the moment.

Let me know :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Gareth064
Comment options

@mathewtaylor
Comment options

Answer selected by Gareth064
@Gareth064
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants