|
99 | 99 | "extensions/auth/oauth-client-credentials", |
100 | 100 | "extensions/auth/enterprise-managed-authorization" |
101 | 101 | ] |
| 102 | + }, |
| 103 | + { |
| 104 | + "group": "MCP Tasks", |
| 105 | + "pages": [ |
| 106 | + "extensions/tasks/overview" |
| 107 | + ] |
102 | 108 | } |
103 | 109 | ] |
104 | 110 | }, |
|
322 | 328 | "group": "Utilities", |
323 | 329 | "pages": [ |
324 | 330 | "specification/draft/basic/utilities/cancellation", |
325 | | - "specification/draft/basic/utilities/ping", |
326 | 331 | "specification/draft/basic/utilities/progress", |
327 | | - "specification/draft/basic/utilities/tasks", |
| 332 | + "specification/draft/basic/utilities/subscriptions", |
328 | 333 | "specification/draft/basic/utilities/mrtr" |
329 | 334 | ] |
330 | 335 | } |
|
342 | 347 | "group": "Server Features", |
343 | 348 | "pages": [ |
344 | 349 | "specification/draft/server/index", |
| 350 | + "specification/draft/server/discover", |
345 | 351 | "specification/draft/server/prompts", |
346 | 352 | "specification/draft/server/resources", |
347 | 353 | "specification/draft/server/tools", |
348 | 354 | { |
349 | 355 | "group": "Utilities", |
350 | 356 | "pages": [ |
| 357 | + "specification/draft/server/utilities/caching", |
351 | 358 | "specification/draft/server/utilities/completion", |
352 | 359 | "specification/draft/server/utilities/logging", |
353 | 360 | "specification/draft/server/utilities/pagination" |
|
421 | 428 | "seps/2148-contributor-ladder", |
422 | 429 | "seps/2149-working-group-charter-template", |
423 | 430 | "seps/2243-http-standardization", |
424 | | - "seps/2567-sessionless-mcp" |
| 431 | + "seps/2260-Require-Server-requests-to-be-associated-with-Client-requests", |
| 432 | + "seps/2567-sessionless-mcp", |
| 433 | + "seps/2577-deprecate-roots-sampling-and-logging", |
| 434 | + "seps/2663-tasks-extension" |
425 | 435 | ] |
426 | 436 | }, |
427 | 437 | { |
428 | 438 | "group": "Accepted", |
429 | 439 | "pages": [ |
430 | 440 | "seps/2207-oidc-refresh-token-guidance", |
431 | | - "seps/2260-Require-Server-requests-to-be-associated-with-Client-requests" |
| 441 | + "seps/2322-MRTR", |
| 442 | + "seps/2549-TTL-for-list-results", |
| 443 | + "seps/2575-stateless-mcp" |
| 444 | + ] |
| 445 | + }, |
| 446 | + { |
| 447 | + "group": "In-Review", |
| 448 | + "pages": [ |
| 449 | + "seps/2468-recommend-issuer-claim-for-auth" |
432 | 450 | ] |
433 | 451 | }, |
434 | 452 | { |
435 | | - "group": "Approved", |
| 453 | + "group": "Draft", |
436 | 454 | "pages": [ |
437 | | - "seps/2322-MRTR" |
| 455 | + "seps/2106-json-schema-2020-12", |
| 456 | + "seps/2164-resource-not-found-error", |
| 457 | + "seps/2484-conformance-tests-required-for-final-seps", |
| 458 | + "seps/2596-spec-feature-lifecycle-and-deprecation" |
438 | 459 | ] |
439 | 460 | } |
440 | 461 | ] |
|
667 | 688 | "source": "/docs/extensions/apps", |
668 | 689 | "destination": "/extensions/apps/overview" |
669 | 690 | }, |
| 691 | + { |
| 692 | + "source": "/docs/extensions/tasks", |
| 693 | + "destination": "/extensions/tasks/overview" |
| 694 | + }, |
670 | 695 | { |
671 | 696 | "source": "/community/seps", |
672 | 697 | "destination": "/seps" |
|
0 commit comments