fix(index.ts): fix windows url encode#3109
fix(index.ts): fix windows url encode#3109stolen-programmer wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
|
Hi @stolen-programmer, thanks for taking the time to investigate and fix this Windows URL encoding issue! 🙏 After reviewing this PR (with help from Claude Code), we found that this fix has been superseded by PR #3205, which was merged on Feb 19, 2026. That PR introduced a // roots-utils.ts - parseRootUri()
const rawPath = rootUri.startsWith('file://') ? fileURLToPath(rootUri) : rootUri;The notification handler at Closing this as the underlying issue is resolved, but thank you for catching it — your report helped confirm the fix path! |
|
Closing as superseded by #3205 (merged). See comment above for details. |
Description
Publishing Your Server
Note: We are no longer accepting PRs to add servers to the README. Instead, please publish your server to the MCP Server Registry to make it discoverable to the MCP ecosystem.
To publish your server, follow the quickstart guide. You can browse published servers at https://registry.modelcontextprotocol.io/.
Server Details
Motivation and Context
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context