Skip to content

Commit

Permalink
Merge pull request #54 from michaellatman/devin/1734014020-add-miro-a…
Browse files Browse the repository at this point in the history
…nd-kube
  • Loading branch information
michaellatman authored Dec 12, 2024
2 parents b0acc35 + 6af93ef commit 4ff7bd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@
"license": "MIT",
"runtime": "node"
},
{
"name": "@llmindset/mcp-miro",
"description": "A Model Context Protocol server to connect to the MIRO Whiteboard Application",
"vendor": "llmindset.co.uk",
"sourceUrl": "https://github.com/evalstate/mcp-miro",
"homepage": "https://github.com/evalstate/mcp-miro#readme",
"license": "Apache-2.0",
"runtime": "node"
},
{
"name": "@strowk/mcp-k8s",
"description": "MCP server connecting to Kubernetes",
Expand Down
9 changes: 9 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,14 @@ export const packageHelpers: PackageHelpers = {
required: true
}
}
},
'@llmindset/mcp-miro': {
requiredEnvVars: {
'MIRO-OAUTH-KEY': {
description: 'Authentication token for Miro API access (can also be provided via --token argument)',
required: true,
argName: 'token'
}
}
}
};

0 comments on commit 4ff7bd0

Please sign in to comment.