Skip to content

Commit

Permalink
fix: update @llmindset/mcp-miro license and add env var documentation
Browse files Browse the repository at this point in the history
Co-Authored-By: Michael Latman <[email protected]>
  • Loading branch information
Devin AI and michaellatman committed Dec 12, 2024
1 parent 912f80e commit 6af93ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"vendor": "llmindset.co.uk",
"sourceUrl": "https://github.com/evalstate/mcp-miro",
"homepage": "https://github.com/evalstate/mcp-miro#readme",
"license": "Proprietary",
"license": "Apache-2.0",
"runtime": "node"
},
{
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 6af93ef

Please sign in to comment.