Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,11 @@
},
{
"source": "/hedera/tutorials/more-tutorials/hedera-mcp-server-setup-guide",
"destination": "/native/tutorials/advanced/mcp-server-setup"
"destination": "/learn/getting-started/mcp-setup"
},
{
"source": "/native/tutorials/advanced/mcp-server-setup",
"destination": "/learn/getting-started/mcp-setup"
},
{
"source": "/hedera/tutorials/more-tutorials/how-to-auto-create-hedera-accounts-with-hbar-and-token-transfers",
Expand Down Expand Up @@ -2133,7 +2137,8 @@
"learn/getting-started/choose-your-path",
"learn/getting-started/testnet-faucet",
"learn/getting-started/faucet-api",
"learn/getting-started/portal-playground"
"learn/getting-started/portal-playground",
"learn/getting-started/mcp-setup"
]
},
{
Expand Down Expand Up @@ -2688,7 +2693,6 @@
"native/tutorials/advanced/javascript-testing",
"native/tutorials/advanced/walletconnect-dapp",
"native/tutorials/advanced/hashgraphdev",
"native/tutorials/advanced/mcp-server-setup",
{
"group": "HSM Signing",
"pages": [
Expand Down
2 changes: 1 addition & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ import { PlaygroundShowcase } from '/snippets/showcases/playground-showcase.jsx'

<div className="landing-grid" style={{ gridTemplateColumns: 'repeat(auto-fit, minmax(280px, 1fr))' }}>

<a href="/native/tutorials/advanced/mcp-server-setup" className="landing-card">
<a href="/learn/getting-started/mcp-setup" className="landing-card">
<div className="landing-card-icon">
<img src="/images/brand-icons/icon-white-ai-studio.svg" alt="" aria-hidden="true" />
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Hedera Docs MCP Server Setup Guide
sidebarTitle: "MCP Server Setup"
icon: "robot"
---

Connect your AI tools to the official Hedera documentation for real-time, accurate answers to your Hedera-related questions — directly from the source.
Expand Down Expand Up @@ -50,7 +51,7 @@ To connect, you manually add the server URL to your AI tool's configuration usin
<Note>

#### Note
If you run into issues, refer to the [Additional Resources](/native/tutorials/advanced/mcp-server-setup#additional-resources) section below as setup instructions can change and that's where you'll find the most current guidance.
If you run into issues, refer to the [Additional Resources](/learn/getting-started/mcp-setup#additional-resources) section below as setup instructions can change and that's where you'll find the most current guidance.

</Note>

Expand Down
2 changes: 1 addition & 1 deletion native/tutorials/more/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ title: More Tutorials

<Card
title="Hedera Docs MCP server setup guide"
href="/native/tutorials/advanced/mcp-server-setup"
href="/learn/getting-started/mcp-setup"
arrow
img="/images/tutorials/more-tutorials/more-tutorials.png">

Expand Down
Loading