Skip to content

Commit 0f51ebc

Browse files
committed
Remove examples that are already duplicated from elsewhere
1 parent 7f5fc56 commit 0f51ebc

File tree

1 file changed

+1
-80
lines changed

1 file changed

+1
-80
lines changed

internal/docs/swagger.yaml

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -402,86 +402,7 @@ components:
402402
type: array
403403
items:
404404
$ref: '#/components/schemas/Remote'
405-
examples:
406-
brave_search_npm:
407-
value:
408-
id: "brave-search-12345"
409-
name: "io.modelcontextprotocol/brave-search"
410-
description: "MCP server for Brave Search API integration"
411-
status: "active"
412-
repository:
413-
url: "https://github.com/modelcontextprotocol/servers"
414-
source: "github"
415-
id: "abc123de-f456-7890-ghij-klmnopqrstuv"
416-
version_detail:
417-
version: "1.0.2"
418-
release_date: "2023-06-15T10:30:00Z"
419-
is_latest: true
420-
packages:
421-
- registry_name: "npm"
422-
name: "@modelcontextprotocol/server-brave-search"
423-
version: "1.0.2"
424-
environment_variables:
425-
- name: "BRAVE_API_KEY"
426-
description: "Brave Search API Key"
427-
is_required: true
428-
is_secret: true
429-
filesystem_docker:
430-
value:
431-
id: "filesystem-67890"
432-
name: "io.modelcontextprotocol/filesystem"
433-
description: "Node.js server implementing Model Context Protocol (MCP) for filesystem operations"
434-
status: "active"
435-
repository:
436-
url: "https://github.com/modelcontextprotocol/servers"
437-
source: "github"
438-
id: "d94b5f7e-c7c6-d760-2c78-a5e9b8a5b8c9"
439-
version_detail:
440-
version: "1.0.2"
441-
release_date: "2023-06-15T10:30:00Z"
442-
is_latest: true
443-
packages:
444-
- registry_name: "docker"
445-
name: "mcp/filesystem"
446-
version: "1.0.2"
447-
runtime_arguments:
448-
- type: "named"
449-
description: "Mount a volume into the container"
450-
name: "--mount"
451-
value: "type=bind,src={source_path},dst={target_path}"
452-
is_required: true
453-
is_repeated: true
454-
variables:
455-
source_path:
456-
description: "Source path on host"
457-
format: "filepath"
458-
is_required: true
459-
target_path:
460-
description: "Path to mount in the container. It should be rooted in `/project` directory."
461-
is_required: true
462-
default: "/project"
463-
package_arguments:
464-
- type: "positional"
465-
value_hint: "target_dir"
466-
value: "/project"
467-
remote_server:
468-
value:
469-
id: "remote-fs-54321"
470-
name: "Remote Brave Search Server"
471-
description: "Cloud-hosted MCP Brave Search server"
472-
status: "active"
473-
repository:
474-
url: "https://github.com/example/remote-fs"
475-
source: "github"
476-
id: "xyz789ab-cdef-0123-4567-890ghijklmno"
477-
version_detail:
478-
version: "1.0.2"
479-
release_date: "2023-06-15T10:30:00Z"
480-
is_latest: true
481-
remotes:
482-
- transport_type: "sse"
483-
url: "https://mcp-fs.example.com/sse"
484-
405+
485406
Package:
486407
type: object
487408
required:

0 commit comments

Comments
 (0)