Skip to content

Commit 4aae801

Browse files
committed
chore: include MCP docs
1 parent d7eba33 commit 4aae801

4 files changed

Lines changed: 34 additions & 16 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,16 @@ jobs:
4040
run: |
4141
git clone https://x-access-token:${{ secrets.REPO_ACCESS }}@github.com/UiPath/uipath-langchain-python plugins/uipath-langchain-python
4242
git clone https://x-access-token:${{ secrets.REPO_ACCESS }}@github.com/UiPath/uipath-llamaindex-python plugins/uipath-llamaindex-python
43+
git clone https://x-access-token:${{ secrets.REPO_ACCESS }}@github.com/UiPath/uipath-mcp-python plugins/uipath-mcp-python
4344
4445
- name: Symlink plugin docs
4546
run: |
4647
ln -s ../plugins/uipath-langchain-python/docs docs/langchain
4748
ln -s ../plugins/uipath-llamaindex-python/docs docs/llamaindex
49+
ln -s ../plugins/uipath-mcp-python/docs docs/mcp
4850
ls -a docs/langchain
4951
ls -a docs/llamaindex
52+
ls -a docs/mcp
5053
5154
- name: Publish Docs
5255
run: uv run mkdocs gh-deploy --force

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ title: Getting Started
1313

1414
</div>
1515

16+
<div class="grid cards" markdown>
17+
- __UiPath MCP SDK__
18+
19+
---
20+
21+
Build and host Coded MCP Servers within UiPath.
22+
23+
[Start Building](./mcp/quick_start.md)
24+
25+
</div>
26+
1627
<h2> Extensions </h2>
1728
<div class="grid cards" markdown>
1829
- __UiPath Langchain SDK__

mkdocs.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ theme:
5353
- toc.follow
5454

5555
nav:
56+
- UiPath SDK:
57+
- Getting Started: core/getting_started.md
58+
- Environment Variables: core/environment_variables.md
59+
- CLI Reference: cli/index.md
60+
- Tracing: core/traced.md
61+
- Services:
62+
- Actions: core/actions.md
63+
- Assets: core/assets.md
64+
- Buckets: core/buckets.md
65+
- Connections: core/connections.md
66+
- Context Grounding: core/context_grounding.md
67+
- Jobs: core/jobs.md
68+
- LLM Gateway: core/llm_gateway.md
69+
- Queues: core/queues.md
70+
- Processes: core/processes.md
5671
- UiPath Langchain SDK:
5772
- Getting Started: langchain/quick_start.md
5873
- Chat Models: langchain/chat_models.md
@@ -65,21 +80,10 @@ nav:
6580
- Context Grounding: llamaindex/context_grounding.md
6681
- Human In The Loop: llamaindex/human_in_the_loop.md
6782
- Sample Agents: https://github.com/UiPath/uipath-llamaindex-python/tree/main/samples
68-
- UiPath SDK:
69-
- Getting Started: core/getting_started.md
70-
- Environment Variables: core/environment_variables.md
71-
- CLI Reference: cli/index.md
72-
- Tracing: core/traced.md
73-
- Services:
74-
- Actions: core/actions.md
75-
- Assets: core/assets.md
76-
- Buckets: core/buckets.md
77-
- Connections: core/connections.md
78-
- Context Grounding: core/context_grounding.md
79-
- Jobs: core/jobs.md
80-
- LLM Gateway: core/llm_gateway.md
81-
- Queues: core/queues.md
82-
- Processes: core/processes.md
83+
- UiPath MCP SDK:
84+
- Getting Started: mcp/quick_start.md
85+
- How To Pack Binary: mcp/how_to_pack_binary.md
86+
- Sample MCPs: https://github.com/UiPath/uipath-mcp-python/tree/main/samples
8387
- How To Contribute: CONTRIBUTING.md
8488
- FAQ: FAQ.md
8589
- Release Policy: release_policy.md

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)