Add Skill install tab + MCP publishing docs + debug scripts - #5
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- /api/skill route serves skill/SKILL.md (server/src/routes/skill.ts, wired in server/src/index.ts and copied in Dockerfile). - "Skill" tab on /connect fetches SKILL.md and shows client-specific install instructions for Claude Code, Claude.ai/Desktop, and other agents. - docs/mcp-server.md documents the mcp-server npm + registry publish flow. - server/src/scripts/: check-sync, debug-sync, fake-sync-error, get-accounts, test-disconnect-email for ad-hoc account/sync investigation (used today to diagnose the DBOS scheduler stall). - Gitignore .mcp.json since local copies embed dev API keys.
Winxton
force-pushed
the
winston/skill-tab-and-debug-scripts
branch
from
April 26, 2026 23:04
d6cd4da to
cc03b3c
Compare
- Removed the skillClient state and simplified the Skill installation tab. - Updated the tab structure to focus on "claude" and "skill" options. - Enhanced installation instructions for skills, emphasizing the use of SKILL.md and the OPENFINANCE_API_KEY environment variable. - Improved UI layout for better clarity and user experience.
- Added comprehensive tests for the QuilttService.syncTransactions method, including setup and teardown for user and account connections. - Refactored account upsert logic into a dedicated method, upsertAccountsFromConnection, to streamline account handling during synchronization. - Improved handling of account states during initial sync, ensuring accounts are correctly upserted even if the initial sync returns empty data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api/skillendpoint servesskill/SKILL.md; adds a "Skill" tab on/connectwith install instructions.docs/mcp-server.mdwalks through the npm + MCP registry publishing flow for@openfinance-sh/mcp..mcp.jsonsince local copies embed dev API keys.Test plan
curl http://localhost:3000/api/skillreturns the SKILL.md content/connectand click the "Skill" tab — verify SKILL.md renders and copy buttons work.mcp.jsonstays local (not tracked aftergit status)