Skip to content

Commit 080703e

Browse files
committed
2 parents f84266a + 89a323a commit 080703e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MCP is a framework for building Model Context Protocol (MCP) servers elegantly i
44

55
MCP-Framework gives you architecture out of the box, with automatic directory-based discovery for tools, resources, and prompts. Use our powerful MCP abstractions to define tools, resources, or prompts in an elegant way. Our cli makes getting started with your own MCP server a breeze
66

7-
[Read the full docs here](https://modelcontextprotocol.com)
7+
[Read the full docs here](https://mcp-framework.com)
88

99
Get started fast with mcp-framework ⚡⚡⚡
1010

@@ -105,7 +105,7 @@ Add this configuration to your Claude Desktop config file:
105105
**MacOS**: \`~/Library/Application Support/Claude/claude_desktop_config.json\`
106106
**Windows**: \`%APPDATA%/Claude/claude_desktop_config.json\`
107107

108-
\`\`\`json
108+
```json
109109
{
110110
"mcpServers": {
111111
"${projectName}": {
@@ -114,7 +114,7 @@ Add this configuration to your Claude Desktop config file:
114114
}
115115
}
116116
}
117-
\`\`\`
117+
```
118118

119119
### After Publishing
120120

@@ -123,7 +123,7 @@ Add this configuration to your Claude Desktop config file:
123123
**MacOS**: \`~/Library/Application Support/Claude/claude_desktop_config.json\`
124124
**Windows**: \`%APPDATA%/Claude/claude_desktop_config.json\`
125125

126-
\`\`\`json
126+
```json
127127
{
128128
"mcpServers": {
129129
"${projectName}": {
@@ -132,7 +132,7 @@ Add this configuration to your Claude Desktop config file:
132132
}
133133
}
134134
}
135-
\`\`\`
135+
```
136136

137137
## Building and Testing
138138

0 commit comments

Comments
 (0)