Skip to content

Commit b6c76b4

Browse files
committed
fix: add blank lines before lists for markdownlint compliance
1 parent 54935d0 commit b6c76b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • examples/servers/simple-multi-tenant

examples/servers/simple-multi-tenant/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ The server starts a StreamableHTTP endpoint at `http://127.0.0.1:3000/mcp`.
2222
## What each tenant sees
2323

2424
**Acme** (analytics):
25+
2526
- Tools: `run_query`, `generate_report`, `whoami`
2627
- Resources: `data://schema` (database schema)
2728
- Prompts: `analyst` (data analyst system prompt)
2829

2930
**Globex** (content):
31+
3032
- Tools: `publish_article`, `check_seo`, `whoami`
3133
- Resources: `content://style-guide` (editorial style guide)
3234
- Prompts: `editor` (content editor system prompt)

0 commit comments

Comments
 (0)