Skip to content

Commit 8ee3896

Browse files
committed
Add version to package
1 parent f9b0f31 commit 8ee3896

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GET /v0/servers/a5e8a7f0-d4e4-4a1d-b12f-2896a23fd4f1?version=0.0.3
6464
{
6565
"registry_name": "npm",
6666
"name": "@modelcontextprotocol/server-filesystem",
67+
"version": "1.0.2",
6768
"command": {
6869
"name": "npx",
6970
"subcommands": [],
@@ -112,6 +113,7 @@ GET /v0/servers/a5e8a7f0-d4e4-4a1d-b12f-2896a23fd4f1?version=0.0.3
112113
{
113114
"name": "docker",
114115
"package_name": "mcp/filesystem",
116+
"version": "1.0.2",
115117
"command": {
116118
"name": "docker",
117119
"subcommands": [
@@ -217,6 +219,7 @@ API Response:
217219
{
218220
"registry_name": "npm",
219221
"name": "@modelcontextprotocol/server-brave-search",
222+
"version": "1.0.2",
220223
"command": {
221224
"name": "npx",
222225
"subcommands": [],
@@ -282,6 +285,7 @@ API Response:
282285
{
283286
"registry_name": "docker",
284287
"name": "mcp/filesystem",
288+
"version": "1.0.2",
285289
"command": {
286290
"name": "docker",
287291
"subcommands": [

api/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ components:
292292
required:
293293
- registry_name
294294
- name
295+
- version
295296
properties:
296297
registry_name:
297298
type: string
@@ -300,6 +301,9 @@ components:
300301
name:
301302
type: string
302303
example: "@modelcontextprotocol/server-filesystem"
304+
version:
305+
type: string
306+
example: "1.0.2"
303307
command:
304308
$ref: '#/components/schemas/Command'
305309
environment_variables:

0 commit comments

Comments
 (0)