Skip to content

remove Dependencies (node_modules), Build output (dist/), and .DS_Store previously uncaught by .gitignore#1

Open
leependu wants to merge 2 commits intoGarblesnarff:mainfrom
leependu:leependu
Open

remove Dependencies (node_modules), Build output (dist/), and .DS_Store previously uncaught by .gitignore#1
leependu wants to merge 2 commits intoGarblesnarff:mainfrom
leependu:leependu

Conversation

@leependu
Copy link
Copy Markdown

@leependu leependu commented Jul 29, 2025

Hello,

Cool server! Looking forward to tinkering with it. It looks like node dependencies and build output were committed at some point before being added to git ignore, so I've removed the directories from my fork before rebuilding

Thanks for sharing! 🐷

Summary by CodeRabbit

  • Chores
    • Updated ignored files to prevent tracking of Windows system files.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jul 29, 2025

Walkthrough

The .gitignore file was updated to add an entry for desktop.ini under the "Operating System" section, instructing Git to ignore this Windows system file. No other modifications or additions were made to the file or project.

Changes

Cohort / File(s) Change Summary
.gitignore Update
.gitignore
Added desktop.ini to the ignore list under the "Operating System" section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A hop, a skip, a gentle tweak,
Now .gitignore is less oblique.
"desktop.ini," you need not stay—
Windows clutter, hop away!
With every commit, the garden’s clean,
Thanks to this change, so neat and keen.
🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
.gitignore (1)

15-15: Add case-insensitive ignore pattern for Desktop.ini
On case-sensitive filesystems (e.g., most Linux hosts), a file committed as Desktop.ini (capital “D”) will not match the current desktop.ini pattern. Use a bracket expression so both variants are ignored.

- desktop.ini
+# Ignore Windows Desktop metadata file (both casings)
+[Dd]esktop.ini
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 564fca4 and 8a225e5.

⛔ Files ignored due to path filters (299)
  • .DS_Store is excluded by !**/.DS_Store
  • dist/config/environment.d.ts is excluded by !**/dist/**
  • dist/config/environment.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/config/environment.js is excluded by !**/dist/**
  • dist/config/environment.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/elevation.d.ts is excluded by !**/dist/**
  • dist/handlers/core/elevation.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/elevation.js is excluded by !**/dist/**
  • dist/handlers/core/elevation.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/geocoding.d.ts is excluded by !**/dist/**
  • dist/handlers/core/geocoding.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/geocoding.js is excluded by !**/dist/**
  • dist/handlers/core/geocoding.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/places.d.ts is excluded by !**/dist/**
  • dist/handlers/core/places.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/places.js is excluded by !**/dist/**
  • dist/handlers/core/places.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/routing.d.ts is excluded by !**/dist/**
  • dist/handlers/core/routing.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/core/routing.js is excluded by !**/dist/**
  • dist/handlers/core/routing.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/air-quality.d.ts is excluded by !**/dist/**
  • dist/handlers/environmental/air-quality.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/air-quality.js is excluded by !**/dist/**
  • dist/handlers/environmental/air-quality.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/pollen.d.ts is excluded by !**/dist/**
  • dist/handlers/environmental/pollen.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/pollen.js is excluded by !**/dist/**
  • dist/handlers/environmental/pollen.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/solar.d.ts is excluded by !**/dist/**
  • dist/handlers/environmental/solar.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/solar.js is excluded by !**/dist/**
  • dist/handlers/environmental/solar.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/weather.d.ts is excluded by !**/dist/**
  • dist/handlers/environmental/weather.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/environmental/weather.js is excluded by !**/dist/**
  • dist/handlers/environmental/weather.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/visual/static-maps.d.ts is excluded by !**/dist/**
  • dist/handlers/visual/static-maps.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/visual/static-maps.js is excluded by !**/dist/**
  • dist/handlers/visual/static-maps.js.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/visual/street-view.d.ts is excluded by !**/dist/**
  • dist/handlers/visual/street-view.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/handlers/visual/street-view.js is excluded by !**/dist/**
  • dist/handlers/visual/street-view.js.map is excluded by !**/dist/**, !**/*.map
  • dist/index-original.d.ts is excluded by !**/dist/**
  • dist/index-original.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/index-original.js is excluded by !**/dist/**
  • dist/index-original.js.map is excluded by !**/dist/**, !**/*.map
  • dist/index.d.ts is excluded by !**/dist/**
  • dist/index.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/index.js is excluded by !**/dist/**
  • dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • dist/registry/tool-registry.d.ts is excluded by !**/dist/**
  • dist/registry/tool-registry.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/registry/tool-registry.js is excluded by !**/dist/**
  • dist/registry/tool-registry.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/elevation.d.ts is excluded by !**/dist/**
  • dist/tools/core/elevation.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/elevation.js is excluded by !**/dist/**
  • dist/tools/core/elevation.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/geocoding.d.ts is excluded by !**/dist/**
  • dist/tools/core/geocoding.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/geocoding.js is excluded by !**/dist/**
  • dist/tools/core/geocoding.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/places.d.ts is excluded by !**/dist/**
  • dist/tools/core/places.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/places.js is excluded by !**/dist/**
  • dist/tools/core/places.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/routing.d.ts is excluded by !**/dist/**
  • dist/tools/core/routing.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/core/routing.js is excluded by !**/dist/**
  • dist/tools/core/routing.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/air-quality.d.ts is excluded by !**/dist/**
  • dist/tools/environmental/air-quality.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/air-quality.js is excluded by !**/dist/**
  • dist/tools/environmental/air-quality.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/pollen.d.ts is excluded by !**/dist/**
  • dist/tools/environmental/pollen.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/pollen.js is excluded by !**/dist/**
  • dist/tools/environmental/pollen.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/solar.d.ts is excluded by !**/dist/**
  • dist/tools/environmental/solar.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/solar.js is excluded by !**/dist/**
  • dist/tools/environmental/solar.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/weather.d.ts is excluded by !**/dist/**
  • dist/tools/environmental/weather.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/environmental/weather.js is excluded by !**/dist/**
  • dist/tools/environmental/weather.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/visual/static-maps.d.ts is excluded by !**/dist/**
  • dist/tools/visual/static-maps.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/visual/static-maps.js is excluded by !**/dist/**
  • dist/tools/visual/static-maps.js.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/visual/street-view.d.ts is excluded by !**/dist/**
  • dist/tools/visual/street-view.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/tools/visual/street-view.js is excluded by !**/dist/**
  • dist/tools/visual/street-view.js.map is excluded by !**/dist/**, !**/*.map
  • dist/types/common.d.ts is excluded by !**/dist/**
  • dist/types/common.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/types/common.js is excluded by !**/dist/**
  • dist/types/common.js.map is excluded by !**/dist/**, !**/*.map
  • dist/types/environmental.d.ts is excluded by !**/dist/**
  • dist/types/environmental.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/types/environmental.js is excluded by !**/dist/**
  • dist/types/environmental.js.map is excluded by !**/dist/**, !**/*.map
  • dist/types/google-maps.d.ts is excluded by !**/dist/**
  • dist/types/google-maps.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/types/google-maps.js is excluded by !**/dist/**
  • dist/types/google-maps.js.map is excluded by !**/dist/**, !**/*.map
  • dist/types/visual.d.ts is excluded by !**/dist/**
  • dist/types/visual.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/types/visual.js is excluded by !**/dist/**
  • dist/types/visual.js.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/api-client.d.ts is excluded by !**/dist/**
  • dist/utils/api-client.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/api-client.js is excluded by !**/dist/**
  • dist/utils/api-client.js.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/error-handling.d.ts is excluded by !**/dist/**
  • dist/utils/error-handling.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/error-handling.js is excluded by !**/dist/**
  • dist/utils/error-handling.js.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/image-downloader.d.ts is excluded by !**/dist/**
  • dist/utils/image-downloader.d.ts.map is excluded by !**/dist/**, !**/*.map
  • dist/utils/image-downloader.js is excluded by !**/dist/**
  • dist/utils/image-downloader.js.map is excluded by !**/dist/**, !**/*.map
  • node_modules/.bin/node-which is excluded by !**/node_modules/**
  • node_modules/.bin/tsc is excluded by !**/node_modules/**
  • node_modules/.bin/tsserver is excluded by !**/node_modules/**
  • node_modules/.package-lock.json is excluded by !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/LICENSE is excluded by !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/README.md is excluded by !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/cli.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/cli.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/cli.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/cli.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map is excluded by !**/dist/**, !**/node_modules/**, !**/*.map
  • node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js is excluded by !**/dist/**, !**/node_modules/**
📒 Files selected for processing (1)
  • .gitignore (1 hunks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant