Typo for the command of running MCP Inspector
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 194
- Forks
- 114
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 1
Description
For this section Running MCP Inspector:
https://github.com/paypal/agent-toolkit?tab=readme-ov-file#running-mcp-inspector
npx -y @paypal/mcp --tools=all PAYPAL_ACCESS_TOKEN="YOUR_ACCESS_TOKEN" PAYPAL_ENVIRONMENT="SANDBOX"
It seems the command has typo, it should be:
npx -y @paypal/mcp --tools=all --access-token="{YOUR_ACCESS_TOKEN}" --paypal-environment="{SANDBOX}"
Otherwise, error liks these would prompt:
Error initializing PayPal MCP server:
Invalid argument: PAYPAL_ACCESS_TOKEN. Accepted arguments are: access-token, tools, paypal-environment
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the README's “Running MCP Inspector” section and compare its command with the accepted arguments shown in the issue. Update the documented invocation to use the supported access-token and paypal-environment flags, then verify that the section no longer shows the invalid environment-variable syntax.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100