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: foxtrottwist/shortcuts-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: foxtrottwist/shortcuts-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. Implemented structured logging with Pino

    - Add Pino logger with strategic error detection
    - Log execution failures, permission issues, file corruption
    - Remove excessive success logging noise
    - Enable debugging for user-reported issues
    - Eliminate FastMCP log parameter dependencies
    foxtrottwist committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b4e0fb7 View commit details
    Browse the repository at this point in the history
  2. test: update tests to match new logger signature changes

    - Remove logger parameter from function calls in tests
    - Add logger mock to shortcuts.test.ts vi.mock setup
    - Remove mockLogger object in favor of mocked module
    - Clean up test assertions that checked logger calls
    - All 63 tests still passing
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    foxtrottwist and claude committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    15821f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from foxtrottwist/feature/pino-structured-logging

    Pino Logging Infrastructure Implementation
    foxtrottwist authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    9f4f0d1 View commit details
    Browse the repository at this point in the history
  4. feat: enhance tool and resource descriptions for better Claude usage …

    …guidance
    
    - Add specific usage examples to tool descriptions
    - Clarify when Claude should use each tool for user queries
    - Improve resource descriptions with data content details
    - Support README documented practical benefits scenarios
    foxtrottwist committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    10fcc84 View commit details
    Browse the repository at this point in the history
Loading