Skip to content

Commit afd0ac8

Browse files
committed
fix list syntax
1 parent 9b4473a commit afd0ac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,10 @@ cannot be misused across different services.
535535

536536
There are several authorization extensions to the core protocol that define additional authorization mechanisms. These extensions are:
537537

538-
* **Optional** - Implementations can choose to adopt these extensions
539-
* **Additive** - Extensions do not modify or break core protocol functionality; they add new capabilities while preserving core protocol behavior
540-
* **Composable** - Extensions are modular and designed to work together without conflicts, allowing implementations to adopt multiple extensions simultaneously
541-
* **Versioned independently** - Extensions follow the core MCP versioning cycle but may adopt independent versioning as needed
538+
- **Optional** - Implementations can choose to adopt these extensions
539+
- **Additive** - Extensions do not modify or break core protocol functionality; they add new capabilities while preserving core protocol behavior
540+
- **Composable** - Extensions are modular and designed to work together without conflicts, allowing implementations to adopt multiple extensions simultaneously
541+
- **Versioned independently** - Extensions follow the core MCP versioning cycle but may adopt independent versioning as needed
542542

543543
A list of supported extensions can be found here:
544544

0 commit comments

Comments
 (0)