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: jinzcdev/leetcode-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: jinzcdev/leetcode-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 19 commits
  • 28 files changed
  • 4 contributors

Commits on Apr 14, 2025

  1. Add Dockerfile

    smithery-ai[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    03d49a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d387ff View commit details
    Browse the repository at this point in the history
  3. Update README

    smithery-ai[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    d9498bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf2542a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6570ded View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from jinzcdev/smithery/config-atnx

    Deployment: Dockerfile and Smithery config
    jinzcdev authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    ae8abe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. chore: update dependencies in package.json

    - Added vite as a dependency (v6.2.6)
    - Added esbuild as a devDependency (v0.25.2)
    jinzcdev committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    3993896 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. add MCP server badge

    punkpeye committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    205369c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from punkpeye/glama-badge

    Add MCP Server badge.
    jinzcdev authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    fced29b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Configuration menu
    Copy the full SHA
    d906371 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Configuration menu
    Copy the full SHA
    7af01bd View commit details
    Browse the repository at this point in the history
  2. refactor: standardize terminology from "solution articles" to "soluti…

    …ons"
    
    - remove the "leetcode-" prefix
    jinzcdev committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    7dd479f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    651873b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48184e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21a0bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ea4dc4 View commit details
    Browse the repository at this point in the history
  7. feat: integrate pino for structured logging and add logger utility

    - Added pino and pino-pretty to package.json for logging.
    - Created a logger utility in src/utils/logger.ts to handle logging configurations for production and development environments.
    - Replaced console.log and console.error statements with logger methods in various service files (leetcode-cn-service.ts, leetcode-global-service.ts).
    - Updated tests to use logger for logging messages instead of console.log.
    - Improved error handling in services by removing try-catch blocks where appropriate and using promises directly.
    jinzcdev committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    2e1fc05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a9fae5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b4b0f5 View commit details
    Browse the repository at this point in the history
Loading