Skip to content

Commit c0124dc

Browse files
Remove Introduction section from README
Removed the Introduction section from the README.
1 parent d30bf78 commit c0124dc

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
## Table of Contents
3737

38-
- [Introduction](#introduction)
3938
- [Architecture](#architecture)
4039
- [Progressive Disclosure](#progressive-disclosure)
4140
- [Skills vs CLAUDE.md vs Hooks vs Subagents](#skills-vs-claudemd-vs-hooks-vs-subagents)
@@ -52,19 +51,6 @@
5251

5352
---
5453

55-
## Introduction
56-
57-
**MigraAPI** is a comprehensive demonstration project that implements **all four Anthropic courses**:
58-
59-
1.**Introduction to Agent Skills** – SKILL.md, progressive disclosure, hooks, plugin.json
60-
2.**Introduction to Subagents** – scanner, rewriter, validator with structured JSON & obstacle reporting
61-
3.**Introduction to MCP** – MCP Server with tools, resources, prompts, STDIO transport
62-
4.**MCP Advanced Topics** – Sampling, progress notifications, roots, Streamable HTTP transport
63-
64-
It automates the migration of deprecated API calls in Python and JavaScript codebases using an orchestrator agent that delegates tasks to isolated subagents, and exposes all capabilities via the **Model Context Protocol (MCP)**.
65-
66-
---
67-
6854
## Architecture
6955

7056
```
@@ -372,7 +358,6 @@ python tests/test_migration.py
372358
- [x] MCP Advanced Topics (Sampling, Progress, Roots)
373359
- [x] Streamable HTTP transport for remote deployment
374360
- [x] Full documentation and CI/CD
375-
- [ ] Support more languages (Java, Go, TypeScript)
376361
- [ ] Publish as a plugin on Anthropic marketplace
377362

378363
---

0 commit comments

Comments
 (0)