You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Base for objects that include optional annotations for the client. The client can use annotations to inform how objects are used or displayed.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Represents annotations that can be attached to content.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Used for completion requests to provide additional context for the completion options.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/CallToolRequestParams.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/// <summary>
4
4
/// Used by the client to invoke a tool provided by the server.
5
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
5
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/CallToolResponse.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
/// However, any errors in _finding_ the tool, an error indicating that the
12
12
/// server does not support tool calls, or any other exceptional conditions,
13
13
/// should be reported as an MCP error response.
14
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
14
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Represents the capabilities that a client may support.
8
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
8
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
9
9
/// </summary>
10
10
publicclassClientCapabilities
11
11
{
@@ -30,7 +30,7 @@ public class ClientCapabilities
30
30
31
31
/// <summary>
32
32
/// Represents the roots capability configuration.
33
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
33
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
34
34
/// </summary>
35
35
publicclassRootsCapability
36
36
{
@@ -47,7 +47,7 @@ public class RootsCapability
47
47
48
48
/// <summary>
49
49
/// Represents the sampling capability configuration.
50
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
50
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
51
51
/// </summary>
52
52
publicclassSamplingCapability
53
53
{
@@ -60,7 +60,7 @@ public class SamplingCapability
60
60
61
61
/// <summary>
62
62
/// Represents the logging capability configuration.
63
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
63
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
64
64
/// </summary>
65
65
publicclassLoggingCapability
66
66
{
@@ -76,7 +76,7 @@ public class LoggingCapability
76
76
77
77
/// <summary>
78
78
/// Represents the prompts capability configuration.
79
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
79
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
80
80
/// </summary>
81
81
publicclassPromptsCapability
82
82
{
@@ -101,7 +101,7 @@ public class PromptsCapability
101
101
102
102
/// <summary>
103
103
/// Represents the resources capability configuration.
104
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
104
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
105
105
/// </summary>
106
106
publicclassResourcesCapability
107
107
{
@@ -150,7 +150,7 @@ public class ResourcesCapability
150
150
151
151
/// <summary>
152
152
/// Represents the tools capability configuration.
153
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
153
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/CompleteRequestParams.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/// <summary>
4
4
/// A request from the client to the server, to ask for completion options.
5
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
5
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// The server's response to a completion/complete request
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Represents a completion object in the server's response
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
8
8
/// There are multiple subtypes of content, depending on the "type" field, these are represented as separate classes.
9
9
/// </summary>
10
10
publicclassContent
11
11
{
12
12
/// <summary>
13
-
/// The type of content. This determines the structure of the content object. Can be "image", "text", "resource".
13
+
/// The type of content. This determines the structure of the content object. Can be "image", "audio", "text", "resource".
/// A request to include context from one or more MCP servers (including the caller), to be attached to the prompt.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/CreateMessageRequestParams.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
///
8
8
/// While these align with the protocol specification,
9
9
/// clients have full discretion over model selection and should inform users before sampling.
10
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
10
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// The client's response to a sampling/create_message request from the server.
7
7
/// The client should inform the user before returning the sampled message, to allow them to inspect the response (human in the loop)
8
8
/// and decide whether to allow the server to see it.
9
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
9
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/EmptyResult.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/// <summary>
4
4
/// An empty result object.
5
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
5
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/GetPromptRequestParams.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/// <summary>
4
4
/// Used by the client to get a prompt provided by the server.
5
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
5
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
Copy file name to clipboardExpand all lines: src/ModelContextProtocol/Protocol/Types/GetPromptResult.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/// <summary>
4
4
/// The server's response to a prompts/get request from the client.
5
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
5
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Describes the name and version of an MCP implementation.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Parameters for an initialization request sent to the server.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
/// Result of the initialization request sent to the server.
7
-
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json">See the schema for details</see>
7
+
/// <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">See the schema for details</see>
0 commit comments