Skip to content

Commit 2d065e5

Browse files
committed
fixed capitalization
1 parent aa6c2ee commit 2d065e5

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

api-reference/client-api/connection-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Connection Management'
3-
description: 'Learn how to establish and manage MCP client connections'
2+
title: "Connection Management"
3+
description: "Learn how to establish and manage MCP client connections"
44
---
55

66
## Overview

api-reference/client-api/resource-consumption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Resource Consumption'
3-
description: 'Learn how to consume resources from MCP servers'
2+
title: "Resource Consumption"
3+
description: "Learn how to consume resources from MCP servers"
44
---
55

66
MCP servers can expose resources that clients can access. This guide explains how to list available resources, read their contents, and subscribe to resource updates using both Python and TypeScript.

api-reference/client-api/tool-invocation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Tool Invocation'
3-
description: 'Learn how to invoke tools through the MCP client API'
2+
title: "Tool Invocation"
3+
description: "Learn how to invoke tools through the MCP client API"
44
---
55

66
MCP allows clients to invoke tools exposed by servers. Tools are discrete operations that servers can perform on behalf of clients, similar to function calls.

api-reference/server-api/event-handling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Event Handling'
3-
description: 'Handle events and manage state in your MCP server'
2+
title: "Event Handling"
3+
description: "Handle events and manage state in your MCP server"
44
---
55

66
MCP servers process various events including requests, notifications, and connection lifecycle events. This guide explains how to implement event handlers effectively in your server.

api-reference/server-api/resource-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Resource Management'
3-
description: 'How to implement resource management in your MCP server'
2+
title: "Resource Management"
3+
description: "How to implement resource management in your MCP server"
44
---
55

66
Resources in MCP are any type of content that can be loaded as context for an LLM. This guide explains how to implement resource management in your MCP server.

api-reference/server-api/tool-implementation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Tool Implementation'
3-
description: 'Learn how to implement tools in your MCP server'
2+
title: "Tool Implementation"
3+
description: "Learn how to implement tools in your MCP server"
44
---
55

66
Tools are one of the core features of MCP, allowing servers to expose functionality that can be invoked by clients or AI models. This guide explains how to implement tools in your MCP server.

0 commit comments

Comments
 (0)