We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54935d0 commit b6c76b4Copy full SHA for b6c76b4
1 file changed
examples/servers/simple-multi-tenant/README.md
@@ -22,11 +22,13 @@ The server starts a StreamableHTTP endpoint at `http://127.0.0.1:3000/mcp`.
22
## What each tenant sees
23
24
**Acme** (analytics):
25
+
26
- Tools: `run_query`, `generate_report`, `whoami`
27
- Resources: `data://schema` (database schema)
28
- Prompts: `analyst` (data analyst system prompt)
29
30
**Globex** (content):
31
32
- Tools: `publish_article`, `check_seo`, `whoami`
33
- Resources: `content://style-guide` (editorial style guide)
34
- Prompts: `editor` (content editor system prompt)
0 commit comments