Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 4b41dbf

Browse files
authored
Merge pull request #19 from Joffref/majoffre/add-mcp-hosting-wg-glossary
Add MCP Hosting WG glossary
2 parents 34d4ece + a0277f2 commit 4b41dbf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

wg/hosting/glossary.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# MCP Hosting WG - Glossary
2+
3+
Here are some terms to define for the MCP Hosting WG glossary based on initial vision and roadmap:
4+
5+
## Hosting Provider
6+
An organization or service that offers infrastructure (cloud, on-premise, or local) where MCP servers can be deployed, managed, and scaled. Examples include Glama, Blaxel, ToolBase, AWS, Google, Microsoft…
7+
8+
## Multi-Tenancy
9+
MCP multi-tenancy is the ability to have multiple MCPs (like MCP A and MCP B) serving different tenants (like tenant A and tenant B) on the same server.
10+
11+
## MCP Packaging
12+
A defined format that bundles an MCP server’s binary/artifacts along with metadata, dependencies, and configuration so it can be deployed reliably across environments.
13+
14+
## MCP Server Metadata
15+
Descriptive information about a packaged MCP server—such as version, supported transports, and required runtime parameters—that helps deployment tools automate installation and configuration.
16+
17+
## Runtime Pluggable Transport
18+
An architectural approach whereby transport protocols can be added, removed, or swapped at server startup or even at runtime, via a plugin API or registry mechanism, without modifying core server code.
19+
20+
## Server Discovery
21+
Mechanisms by which clients or other servers locate available MCP instances on a network—often via DNS records, a centralized registry, or a well-known URI directory (e.g., .well-known/mcp).
22+
23+
## Workstream
24+
A focused sub-group within the WG dedicated to a specific topic (e.g., transport protocols, packaging, discovery), responsible for drafting proposals, reference implementations, or best-practice guides.
25+
26+
## Reference Implementation
27+
A canonical, working software example that demonstrates how to implement a proposed standard or best practice—used as a template and test-bed for community review and pilot deployments.
28+

0 commit comments

Comments
 (0)