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
Copy file name to clipboardExpand all lines: docs/community/sep-guidelines.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ flowchart TD
85
85
3.**Update the SEP number**: Once your PR is created, rename the file using the PR number (e.g., PR #1850 becomes `1850-your-feature-title.md`) and update the SEP header.
86
86
87
87
4.**Find a Sponsor**: Tag a Core Maintainer or Maintainer from [the maintainer list](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/MAINTAINERS.md). Choose someone whose area relates to your proposal. Tips:
Copy file name to clipboardExpand all lines: docs/docs/learn/architecture.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,7 @@ The request structure includes several important components:
373
373
1.**`name`**: Must match exactly the tool name from the discovery response (`weather_current`). This ensures the server can correctly identify which tool to execute.
374
374
375
375
2.**`arguments`**: Contains the input parameters as defined by the tool's `inputSchema`. In this example:
376
+
376
377
-`location`: "San Francisco" (required parameter)
377
378
-`units`: "imperial" (optional parameter, defaults to "metric" if not specified)
@@ -269,10 +270,12 @@ Consider a personalized AI travel planner application, with three connected serv
269
270
The AI first reads all selected resources to gather context - identifying available dates from the calendar, learning preferred airlines and hotel types from travel preferences, and discovering previously enjoyed locations from past trips.
270
271
271
272
Using this context, the AI then executes a series of Tools:
273
+
272
274
-`searchFlights()` - Queries airlines for NYC to Barcelona flights
273
275
-`checkWeather()` - Retrieves climate forecasts for travel dates
274
276
275
277
The AI then uses this information to create the booking and following steps, requesting approval from the user where necessary:
278
+
276
279
-`bookHotel()` - Finds hotels within the specified budget
277
280
-`createCalendarEvent()` - Adds the trip to the user's calendar
278
281
-`sendEmail()` - Sends confirmation with trip details
0 commit comments