You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
When typescrip-sdk-server using console.log api on stdiotransport, the java-sdk-client stdtransport will throws exception com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'xxx' , because console.log api also dependence process.stdout.write on node env.
Environment
java version 17
spring mcp version 1.0.0-M7
The text was updated successfully, but these errors were encountered:
Bug description
When typescrip-sdk-server using
console.log
api on stdiotransport, the java-sdk-client stdtransport will throws exceptioncom.fasterxml.jackson.core.JsonParseException: Unrecognized token 'xxx'
, becauseconsole.log
api also dependenceprocess.stdout.write
on node env.Environment
java version 17
spring mcp version 1.0.0-M7
The text was updated successfully, but these errors were encountered: