Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazinga012/mcp_code_executor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ptbsare/python-executor-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on May 5, 2026

  1. refactor: enable npx git+url execution

    - Rename package to @bazinga012/mcp-code-executor with proper bin name
    - Set private: false for npm publish compatibility
    - Add src, tsconfig.json, package-lock.json to published files
    - Remove unused mcp-framework dependency
    - Add @types/node to devDependencies
    - Fix tsconfig.json to include node types
    - Fix stdout.trim() type issue in index.ts
    - Rebuild with updated configuration
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    ptbsare and claude committed May 5, 2026
    Configuration menu
    Copy the full SHA
    9940823 View commit details
    Browse the repository at this point in the history
  2. docs: add npx git+url configuration to README

    Add setup and configuration instructions for running directly
    via npx git+url without cloning or installing.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    ptbsare and claude committed May 5, 2026
    Configuration menu
    Copy the full SHA
    6e6bbc8 View commit details
    Browse the repository at this point in the history
Loading