Skip to content

Commit e9f61b7

Browse files
committed
fix: host default port is 3000
1 parent d358125 commit e9f61b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/embedmcp/aiproxy-openapi/openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var configTemplates = map[string]embedmcp.ConfigTemplate{
1414
"host": {
1515
Name: "host",
1616
Required: embedmcp.ConfigRequiredTypeInitOnly,
17-
Example: "http://localhost:8080",
17+
Example: "http://localhost:3000",
1818
Description: "The host of the OpenAPI server",
1919
Validator: func(value string) error {
2020
u, err := url.Parse(value)

0 commit comments

Comments
 (0)