You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,22 @@ Currently supports two Teal module packages:
14
14
15
15
## Documentation
16
16
17
-
-**[Quickstart Guide](docs/QUICKSTART.md)** - Get started with VSCode and GitHub Copilot
18
-
-**[Tool Reference](docs/TOOLS.md)** - Complete reference for all 14 MCP tools
19
-
-**[Configuration Guide](docs/CONFIGURATION.md)** - Setup, usage examples, and FAQs
17
+
-**[Quickstart Guide](https://appsilon.github.io/TealFlowMCP/QUICKSTART/)** - Get started with VSCode and GitHub Copilot
18
+
-**[Tool Reference](https://appsilon.github.io/TealFlowMCP/TOOLS/)** - Complete reference for all 14 MCP tools
19
+
-**[Configuration Guide](https://appsilon.github.io/TealFlowMCP/CONFIGURATION/)** - Setup, usage examples, and FAQs
20
20
21
21
## Quick Start
22
22
23
-
**New to TealFlowMCP?** Check out the [Quickstart Guide](docs/QUICKSTART.md) for step-by-step instructions to get up and running with VSCode and GitHub Copilot.
23
+
**New to TealFlowMCP?** Check out the [Quickstart Guide](https://appsilon.github.io/TealFlowMCP/QUICKSTART/) for step-by-step instructions to get up and running with VSCode and GitHub Copilot.
24
24
25
25
## Prerequisites
26
26
27
27
* Python 3.10+
28
-
* uv (Python project manager) installed and available in your PATH
29
28
* R (required for running generated Teal applications)
This server implements the **Model Context Protocol (MCP)** standard and works with any MCP-compatible LLM client, including:
@@ -64,7 +66,7 @@ The server is LLM-agnostic—it provides tools that any LLM can use to build Tea
64
66
65
67
Replace `/absolute/path/to/TealFlowMCP` with the actual absolute path to your cloned repository.
66
68
67
-
Consult your editor's documentation for the exact location of the MCP configuration file. See the [Quickstart Guide](docs/QUICKSTART.md) and [Configuration Guide](docs/CONFIGURATION.md) for detailed setup instructions.
69
+
Consult your editor's documentation for the exact location of the MCP configuration file. See the [Quickstart Guide](https://appsilon.github.io/TealFlowMCP/QUICKSTART/) and [Configuration Guide](https://appsilon.github.io/TealFlowMCP/CONFIGURATION/) for detailed setup instructions.
0 commit comments