← Browse

@timothywarner-org/claude-code-course

A

MCP server package claude-code-course

mcp_servermcp

Install

agr install @timothywarner-org/claude-code-course --target claude

This artifact does not publish files for Claude.

Document

{ "name": "claude-code-course", "version": "2.0.0", "description": "Claude and Claude Code for Developers - O'Reilly/Pearson Course", "type": "module", "scripts": { "dev": "tsx watch", "lint": "eslint . --ext .ts", "format": "prettier --write "**/*.{ts,json,md}"", "verify": "npx tsx segment_1_quickstart/02_verify_setup.ts",

"segment1:verify": "tsx segment_1_quickstart/02_verify_setup.ts",
"segment1:workflows": "tsx segment_1_quickstart/03_terminal_workflows.ts",

"segment3:agent-loop": "tsx segment_3_agents/02_agent_loop.ts",
"segment3:boundaries": "tsx segment_3_agents/03_agent_boundaries.ts",

"segment4:architecture": "tsx segment_4_hero/02_mcp_architecture.ts",
"segment4:workflows": "tsx segment_4_hero/02_production_workflows.ts",
"segment4:memory": "bash segment_4_hero/memory_server/start.sh",

"mcp:memory": "bash segment_4_hero/memory_server/start.sh",

"audit:claude-md": "python .claude/skills/claude-md-audit/scripts/audit_claude_md.py --scope all",
"audit:paths": "bash scripts/check-claude-md-paths.sh",
"audit:drift": "bash scripts/check-drift.sh",
"predeliver": "bash scripts/predeliver.sh",
"hooks:install": "bash scripts/install-git-hooks.sh"

}, "dependencies": { "@anthropic-ai/sdk": "^0.65.0", "@modelcontextprotocol/sdk": "^1.18.0", "zod": "^3.25.0", "dotenv": "^16.4.0", "express": "^4.21.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.10.0", "typescript": "^5.7.0", "tsx": "^4.19.0", "eslint": "^9.17.0", "prettier": "^3.4.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0" }, "engines": { "node": ">=20.0.0" }, "author": "Tim Warner", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/timothywarner-org/claude-code.git" }, "keywords": [ "claude", "anthropic", "mcp", "ai", "llm", "model-context-protocol", "claude-code", "agents", "skills" ] }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-6a939ffa616a2026-08-06