Refactor project after addition of CLI#316
Conversation
* Remove bin folder, leaving cli, server, and client * This fixes modelcontextprotocol#315 * In .gitignore, - add .idea - remove bin/build * Remove bin and bin/cli.js * Remove bin/scripts/copy-cli.js * Refactor/move bin/scripts to cli/scripts * Refactor/move bin/src/index.ts to cli/src/cli.ts * Refactor/renamed client/bin/cli.js to client/bin/client.js * In .github/workflows/main.yml, - add run of cli tests * In cli/pacakge.json - change main and bin/mcp-inspector-cli properties to build/cli.js * In client/package.json, - change bin/mcp-inspector-client properties to build/start.js * In pacakge.json - change bin/mcp-inspector property to ./cli/build/cli.js - removed bin and cli/bin from files list - removed @modelcontextprotocol/inspector-bin dependency - rearranged and corrected scripts
… tests. they weren't in this file anyway, so another task
|
When I run this on my local machine and do So I think that means we need to update the proxy server |
|
The One more thing, I noticed in the description you mentioned
But I don't see any changes to main.yml in this diff? |
Noice!
Yes, I had to pull that out. It wouldn't run in CI. Decided not to grapple with that in this PR. |
olaservo
left a comment
There was a problem hiding this comment.
Thank you, looks good to me!
Refactor project after addition of CLI
Description
Motivation and Context
See #315 for issue details
How Has This Been Tested?
Build, test, test-cli, start, manually test UI, and npm publish --dry-run to check package files.
npm publish --dry-run
Breaking Changes
Nope.
Types of changes
Checklist
Additional context