Skip to content

Commit a1d40a9

Browse files
committed
docs: align indentation in README files for consistency
1 parent 850ad69 commit a1d40a9

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ Create an MCP server that provides tools, resources, and prompts for MCP clients
4747
The generated server project will have the following structure:
4848
4949
├── src/
50-
│ ├── tools/ # MCP tools implementation
51-
│ │ ├── index.ts # Tools registration
50+
│ ├── tools/ # MCP tools implementation
51+
│ │ ├── index.ts # Tools registration
5252
│ │ └── register*.ts # Individual tool implementations
53-
│ ├── resources/ # MCP resources implementation
54-
│ │ └── index.ts # Resources registration
55-
│ ├── prompts/ # MCP prompts implementation
56-
│ │ └── index.ts # Prompts registration
57-
│ ├── services/ # Server implementations
58-
│ │ ├── stdio.ts # STDIO transport implementation
59-
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60-
│ └── index.ts # Entry point
61-
├── tests/ # Test files (optional)
62-
├── scripts/ # Build and development scripts
63-
├── .github/ # GitHub Actions workflows (optional)
64-
├── .husky/ # Git hooks (optional)
53+
│ ├── resources/ # MCP resources implementation
54+
│ │ └── index.ts # Resources registration
55+
│ ├── prompts/ # MCP prompts implementation
56+
│ │ └── index.ts # Prompts registration
57+
│ ├── services/ # Server implementations
58+
│ │ ├── stdio.ts # STDIO transport implementation
59+
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60+
│ └── index.ts # Entry point
61+
├── tests/ # Test files (optional)
62+
├── scripts/ # Build and development scripts
63+
├── .github/ # GitHub Actions workflows (optional)
64+
├── .husky/ # Git hooks (optional)
6565
└── package.json
6666
```
6767

packages/create-mcp-kit/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ Create an MCP server that provides tools, resources, and prompts for MCP clients
4747
The generated server project will have the following structure:
4848
4949
├── src/
50-
│ ├── tools/ # MCP tools implementation
51-
│ │ ├── index.ts # Tools registration
50+
│ ├── tools/ # MCP tools implementation
51+
│ │ ├── index.ts # Tools registration
5252
│ │ └── register*.ts # Individual tool implementations
53-
│ ├── resources/ # MCP resources implementation
54-
│ │ └── index.ts # Resources registration
55-
│ ├── prompts/ # MCP prompts implementation
56-
│ │ └── index.ts # Prompts registration
57-
│ ├── services/ # Server implementations
58-
│ │ ├── stdio.ts # STDIO transport implementation
59-
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60-
│ └── index.ts # Entry point
61-
├── tests/ # Test files (optional)
62-
├── scripts/ # Build and development scripts
63-
├── .github/ # GitHub Actions workflows (optional)
64-
├── .husky/ # Git hooks (optional)
53+
│ ├── resources/ # MCP resources implementation
54+
│ │ └── index.ts # Resources registration
55+
│ ├── prompts/ # MCP prompts implementation
56+
│ │ └── index.ts # Prompts registration
57+
│ ├── services/ # Server implementations
58+
│ │ ├── stdio.ts # STDIO transport implementation
59+
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60+
│ └── index.ts # Entry point
61+
├── tests/ # Test files (optional)
62+
├── scripts/ # Build and development scripts
63+
├── .github/ # GitHub Actions workflows (optional)
64+
├── .husky/ # Git hooks (optional)
6565
└── package.json
6666
```
6767

packages/shared/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ Create an MCP server that provides tools, resources, and prompts for MCP clients
4747
The generated server project will have the following structure:
4848
4949
├── src/
50-
│ ├── tools/ # MCP tools implementation
51-
│ │ ├── index.ts # Tools registration
50+
│ ├── tools/ # MCP tools implementation
51+
│ │ ├── index.ts # Tools registration
5252
│ │ └── register*.ts # Individual tool implementations
53-
│ ├── resources/ # MCP resources implementation
54-
│ │ └── index.ts # Resources registration
55-
│ ├── prompts/ # MCP prompts implementation
56-
│ │ └── index.ts # Prompts registration
57-
│ ├── services/ # Server implementations
58-
│ │ ├── stdio.ts # STDIO transport implementation
59-
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60-
│ └── index.ts # Entry point
61-
├── tests/ # Test files (optional)
62-
├── scripts/ # Build and development scripts
63-
├── .github/ # GitHub Actions workflows (optional)
64-
├── .husky/ # Git hooks (optional)
53+
│ ├── resources/ # MCP resources implementation
54+
│ │ └── index.ts # Resources registration
55+
│ ├── prompts/ # MCP prompts implementation
56+
│ │ └── index.ts # Prompts registration
57+
│ ├── services/ # Server implementations
58+
│ │ ├── stdio.ts # STDIO transport implementation
59+
│ │ └── web.ts # Streamable HTTP and SSE transport implementation
60+
│ └── index.ts # Entry point
61+
├── tests/ # Test files (optional)
62+
├── scripts/ # Build and development scripts
63+
├── .github/ # GitHub Actions workflows (optional)
64+
├── .husky/ # Git hooks (optional)
6565
└── package.json
6666
```
6767

0 commit comments

Comments
 (0)