Skip to content

Commit d21d91f

Browse files
chore: Update pkg/mcpgo/stdio.go
1 parent c020b3c commit d21d91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/mcpgo/stdio.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var ErrInvalidServerImplementation = errors.New(
1616
)
1717

1818
// NewStdioServer creates a new stdio transport server
19+
// nolint:iface
1920
func NewStdioServer(mcpServer Server) (TransportServer, error) {
2021
sImpl, ok := mcpServer.(*mark3labsImpl)
2122
if !ok {

0 commit comments

Comments
 (0)