Skip to content

Commit ac26cfe

Browse files
Use list markdown for list (modelcontextprotocol#1445)
This causes the content to be rendered as a list instead of a paragraph.
1 parent 31292d8 commit ac26cfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/sdk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Build MCP servers and clients using our official SDKs. All SDKs provide the same
6464

6565
Each SDK provides the same functionality but follows the idioms and best practices of its language. All SDKs support:
6666

67-
Creating MCP servers that expose tools, resources, and prompts
68-
Building MCP clients that can connect to any MCP server
69-
Local and remote transport protocols
70-
Protocol compliance with type safety
67+
- Creating MCP servers that expose tools, resources, and prompts
68+
- Building MCP clients that can connect to any MCP server
69+
- Local and remote transport protocols
70+
- Protocol compliance with type safety
7171

7272
Visit the SDK page for your chosen language to find installation instructions, documentation, and examples.
7373

0 commit comments

Comments
 (0)