We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c020b3c commit d21d91fCopy full SHA for d21d91f
pkg/mcpgo/stdio.go
@@ -16,6 +16,7 @@ var ErrInvalidServerImplementation = errors.New(
16
)
17
18
// NewStdioServer creates a new stdio transport server
19
+// nolint:iface
20
func NewStdioServer(mcpServer Server) (TransportServer, error) {
21
sImpl, ok := mcpServer.(*mark3labsImpl)
22
if !ok {
0 commit comments