File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ support exactly the features they need.
40
40
See the following pages for more details on the different components:
41
41
42
42
<CardGroup cols = { 3 } >
43
- <Card title = " Lifecycle" icon = " refresh " href = " /specification/2024-11-05/basic/lifecycle" />
44
- <Card title = " Resources" icon = " document " href = " /specification/2024-11-05/server/resources" />
45
- <Card title = " Prompts" icon = " chat-alt-2 " href = " /specification/2024-11-05/server/prompts" />
46
- <Card title = " Tools" icon = " adjustments " href = " /specification/2024-11-05/server/tools" />
47
- <Card title = " Logging" icon = " annotation " href = " /specification/2024-11-05/server/utilities/logging" />
43
+ <Card title = " Lifecycle" icon = " arrows-rotate " href = " /specification/2024-11-05/basic/lifecycle" />
44
+ <Card title = " Resources" icon = " file-lines " href = " /specification/2024-11-05/server/resources" />
45
+ <Card title = " Prompts" icon = " message " href = " /specification/2024-11-05/server/prompts" />
46
+ <Card title = " Tools" icon = " wrench " href = " /specification/2024-11-05/server/tools" />
47
+ <Card title = " Logging" icon = " rectangle-list " href = " /specification/2024-11-05/server/utilities/logging" />
48
48
<Card title = " Sampling" icon = " code" href = " /specification/2024-11-05/client/sampling" />
49
49
</CardGroup >
50
50
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ implementors **SHOULD**:
122
122
Explore the detailed specification for each protocol component:
123
123
124
124
<CardGroup cols = { 5 } >
125
- <Card title = " Architecture" icon = " template " href = " architecture" />
125
+ <Card title = " Architecture" icon = " sitemap " href = " architecture" />
126
126
<Card title = " Base Protocol" icon = " code" href = " basic" />
127
127
<Card title = " Server Features" icon = " server" href = " server" />
128
128
<Card title = " Client Features" icon = " user" href = " client" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
25
25
Explore these key primitives in more detail below:
26
26
27
27
<CardGroup cols = { 3 } >
28
- <Card title = " Prompts" icon = " chat-alt-2 " href = " prompts" />
29
- <Card title = " Resources" icon = " document " href = " resources" />
30
- <Card title = " Tools" icon = " adjustments " href = " tools" />
28
+ <Card title = " Prompts" icon = " message " href = " prompts" />
29
+ <Card title = " Resources" icon = " file-lines " href = " resources" />
30
+ <Card title = " Tools" icon = " wrench " href = " tools" />
31
31
</CardGroup >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ implementors **SHOULD**:
124
124
Explore the detailed specification for each protocol component:
125
125
126
126
<CardGroup cols = { 5 } >
127
- <Card title = " Architecture" icon = " template " href = " architecture" />
127
+ <Card title = " Architecture" icon = " sitemap " href = " architecture" />
128
128
<Card title = " Base Protocol" icon = " code" href = " basic" />
129
129
<Card title = " Server Features" icon = " server" href = " server" />
130
130
<Card title = " Client Features" icon = " user" href = " client" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
25
25
Explore these key primitives in more detail below:
26
26
27
27
<CardGroup cols = { 3 } >
28
- <Card title = " Prompts" icon = " chat-alt-2 " href = " prompts" />
29
- <Card title = " Resources" icon = " document " href = " resources" />
30
- <Card title = " Tools" icon = " adjustments " href = " tools" />
28
+ <Card title = " Prompts" icon = " message " href = " prompts" />
29
+ <Card title = " Resources" icon = " file-lines " href = " resources" />
30
+ <Card title = " Tools" icon = " wrench " href = " tools" />
31
31
</CardGroup >
You can’t perform that action at this time.
0 commit comments