Skip to content

Commit 46ce560

Browse files
committed
Merge branch 'next' into docs/revamp
2 parents 8dfef0e + 06ad8b4 commit 46ce560

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2127
-338
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ If you encounter any issues or have questions about the SDKs:
9393

9494
- Open an issue in this repository
9595
- Contact our [support team](mailto:support@composio.dev)
96-
- Check our [documentation](https://v3.docs.composio.dev/)
96+
- Check our [documentation](https://docs.composio.dev/)

fern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you start, make sure you have the following installed on your system:
1717
- **Node.js** (version 18 or higher) - [Download here](https://nodejs.org/)
1818
- **pnpm** (package manager) - Install with `npm install -g pnpm`
1919
- **Git** - For version control
20-
- **A Composio API key** - Get one from [Composio Dashboard](https://app.composio.dev/)
20+
- **A Composio API key** - Get one from [Composio Dashboard](https://platform.composio.dev?next_page=/settings)
2121

2222
## One-Time Setup
2323

196 KB
Loading
-163 KB
Binary file not shown.
-129 KB
Binary file not shown.
-182 KB
Binary file not shown.

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ navbar-links:
4040
url: https://v1.docs.composio.dev
4141
- type: filled
4242
text: LOG IN
43-
url: https://app.composio.dev/login
43+
url: https://platform.composio.dev/auth
4444
layout:
4545
page-width: "full"
4646
tabs-placement: header

fern/pages/src/mcp/developers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide-nav-links: true
99
<iframe width="100%" height="420" style="border-radius: 12px" src="https://www.youtube.com/embed/kp9CQboTUvs?si=ZgXTlIAe_RCtNk6z" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1010

1111
Composio MCP lets you build custom MCP servers that your users can connect to and use to perform actions.
12-
You can manage these servers via our [Dashboard](https://app.composio.dev), or use the [SDK/API](/api-reference/mcp) for greater control and flexibility.
12+
You can manage these servers via our [Dashboard](https://platform.composio.dev), or use the [SDK/API](/api-reference/mcp) for greater control and flexibility.
1313

1414
<Note>
1515
The MCP SDK has been updated to use positional parameters instead of object parameters for better performance and simpler usage. All examples below reflect the latest API structure.

fern/pages/src/mcp/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ graph TB
122122

123123
- **[Complete API Guide](/docs/mcp/introduction)** - Learn all the methods and patterns
124124
- **[Tool Catalog](/tools)** - Browse 1000+ available tools
125-
- **[Dashboard](https://app.composio.dev)** - Manage servers and auth configs
125+
- **[Dashboard](https://platform.composio.dev)** - Manage servers and auth configs
126126
- **[API Reference](/api-reference/mcp)** - Complete endpoint documentation
127127

128128
<Tip>

0 commit comments

Comments
 (0)