Skip to content

Fix Windows Obsidian MCP registration - #12

Merged
OgeonX-Ai merged 1 commit into
masterfrom
fix/windows-obsidian-mcp-command
Jun 21, 2026
Merged

Fix Windows Obsidian MCP registration#12
OgeonX-Ai merged 1 commit into
masterfrom
fix/windows-obsidian-mcp-command

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Summary

  • register Obsidian MCP with npx.cmd on Windows so Claude/Gemini do not hit blocked npx.ps1 execution policy
  • document canonical Windows profile env, Gemini trust/auth caveat, and Obsidian MCP test expectations

Verification

  • npm.cmd test -- tests/register-global.test.ts
  • powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\register-global.ps1 -Check -ProfileRoot C:\Users\KimHarjamaki -CodexHome C:\codex-home
  • powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\register-global.ps1 -Apply -ProfileRoot C:\Users\KimHarjamaki -CodexHome C:\codex-home
  • codex.cmd mcp list
  • claude.cmd mcp list with USERPROFILE/HOME set to C:\Users\KimHarjamaki
  • gemini.cmd mcp list with USERPROFILE/HOME set to C:\Users\KimHarjamaki
  • npm.cmd run release:verify

@OgeonX-Ai
OgeonX-Ai merged commit 06dc180 into master Jun 21, 2026
7 checks passed
@OgeonX-Ai
OgeonX-Ai deleted the fix/windows-obsidian-mcp-command branch June 21, 2026 12:11
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.

2 participants