We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9e179 commit 448eadbCopy full SHA for 448eadb
pkg/servers/types.go
@@ -30,6 +30,7 @@ type Server struct {
30
Name string `yaml:"name" json:"name"`
31
Image string `yaml:"image,omitempty" json:"image,omitempty"`
32
Type string `yaml:"type" json:"type"`
33
+ LongLived bool `yaml:"longLived,omitempty" json:"longLived,omitempty"`
34
Meta Meta `yaml:"meta,omitempty" json:"meta,omitempty"`
35
About About `yaml:"about,omitempty" json:"about,omitempty"`
36
Source Source `yaml:"source,omitempty" json:"source,omitempty"`
servers/playwright/server.yaml
@@ -1,6 +1,7 @@
1
name: playwright
2
image: mcp/playwright
3
type: server
4
+longLived: true
5
meta:
6
category: devops
7
tags:
0 commit comments