We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3688b51 commit aa1790eCopy full SHA for aa1790e
docs/README.md
@@ -4,3 +4,4 @@
4
5
- [example usecases](/docs/usecases.md)
6
- [config guide](/docs/config.md)
7
+- [terminology](/docs/terminology.md)
docs/terminology.md
@@ -0,0 +1,11 @@
1
+# Terminology
2
+
3
+This document is a continual work in progress. Please feel free to contribute.
+| Term | Description |
+| --- | --- |
+| **server** | A MCP server. e.g. MCP-wolfram-alpha, MCP-searxng, MCP-timeserver |
8
+| **bridge** | The MCP-Bridge application |
9
+| **client** | A generic MCP client. e.g. claude desktop. This includes the bridge |
10
+| **upstream** | The MCP-SDK |
11
+| **inference engine** | LLM runtime such as ollama, vllm, openai api |
0 commit comments