streamable-httpupdated 8d ago
Shared backend for examprep.softician.com (public) + examprep-admin.softician.com (admin). Cloudflare Worker + D1, no framework, no build step.
Softician Notary Exam Prep 能做什么?
examprep-api
Shared backend for examprep.softician.com (public) + examprep-admin.softician.com (admin). Cloudflare Worker + D1, no framework, no build step.
Setup (one-time, via Cloudflare dashboard — no local Wrangler on this machine)
- Workers & Pages > D1 > Create database
examprep, runschema.sqlin its Console tab. - Paste the resulting
database_idintowrangler.jsonc. - Workers & Pages > Create > Workers > Import a repository (this repo) for git-connected deploy.
- Worker Settings > Variables & Secrets:
TURNSTILE_SECRET,CF_ACCESS_TEAM_DOMAIN,CF_ACCESS_AUD. - In each of the
examprep/examprep-adminPages projects: Settings > Bindings > add a Service Binding to this Worker (examprep-api), so theirworker.jscan call it same-origin without any public hostname on this Worker.
Tests
node --test test/progress-consistency.test.js — runs against an in-memory DB via Node's
built-in node:sqlite (no wrangler/workerd needed, which matters since this repo can't run those
locally on this machine). Currently just the progress-totals consistency check from the
2026-08-05 admin-vs-site counter bug; add more test files under test/ as needed.
Routes
Public (bearer token, minted by /redeem): /questions/next, /answer, /progress, /prefs.
Admin (Cloudflare Access-gated): /console/codes, /console/codes/generate, /console/codes/revoke,
/console/questions (+ create/update/delete/import), /console/stats.
See the architecture plan for the full design.
安装
把 Softician Notary Exam Prep 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http softician-notary-exam-prep https://examprep.softician.com/mcpcodex mcp add softician-notary-exam-prep --url https://examprep.softician.com/mcp{
"mcpServers": {
"softician-notary-exam-prep": {
"url": "https://examprep.softician.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"softician-notary-exam-prep": {
"type": "http",
"url": "https://examprep.softician.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"softician-notary-exam-prep": {
"url": "https://examprep.softician.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"softician-notary-exam-prep": {
"serverUrl": "https://examprep.softician.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档11/25
- 维护19/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月9日 |