-
Notifications
You must be signed in to change notification settings - Fork 84
Add environment variable examples to MCP Inspector command #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eucyt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. I've commented 🙏
| npx @modelcontextprotocol/inspector node dist/index.js | ||
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" | ||
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| npx @modelcontextprotocol/inspector node dist/index.js | |
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" | |
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" | |
| npx @modelcontextprotocol/inspector node dist/index.js \ | |
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" \ | |
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" |
| npx @modelcontextprotocol/inspector node dist/index.js | ||
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" | ||
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| npx @modelcontextprotocol/inspector node dist/index.js | |
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" | |
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" | |
| npx @modelcontextprotocol/inspector node dist/index.js \ | |
| -e CHANNEL_ACCESS_TOKEN="YOUR_CHANNEL_ACCESS_TOKEN" \ | |
| -e DESTINATION_USER_ID="YOUR_DESTINATION_USER_ID" |
ae06e6d to
a0b806a
Compare
|
@eucyt Sorry to late, please review it again. |
eucyt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Summary
English and Japanese README files
CHANNEL_ACCESS_TOKENandDESTINATION_USER_IDwhen using the inspectorChanges
README.mdto include-eflags for required environmentvariables
README.ja.mdwith the same environment variable documentationin Japanese