Dustin Deus

Results 149 issues of Dustin Deus

## Motivation and Context ## TODO - [ ] Tests or benchmark included - [ ] Documentation is changed or added on [https://app.gitbook.com/](https://app.gitbook.com/) - [ ] PR title must follow...

Stale

Hi, as titled. We are trying to get the raw TCP connection to read the file descriptor. ```go netConn := websocket.NetConn(reqCtx.Context(), wsConn, websocket.MessageText) ``` We want to use this library...

enhancement

Hi, the comment says something about close but the fd is never closed in `Remove`. Is it intentional? https://github.com/smallnest/epoller/blob/master/epoll_bsd.go#L98

This PR addresses #138. With the previous implementation the new tests will timeout due to the deadlock with the global mutex. ## Summary by CodeRabbit - **Refactor** - Enhanced concurrency...

Hi, I’m currently encountering an issue where the addTool function blocks indefinitely due to a deadlock caused by the global mutex conflicting with another process. Only reproducible when my server...

As outlined in the spec https://modelcontextprotocol.io/docs/concepts/tools#tool-definition-structure

Hi, we encountered a panic because the session channel is closed twice. 1. https://github.com/mark3labs/mcp-go/blob/71b910bee8fee098e3412177dac8548453eee5c0/server/sse.go#L206 2. https://github.com/mark3labs/mcp-go/blob/71b910bee8fee098e3412177dac8548453eee5c0/server/sse.go#L309 This can happen when the request context and server are shut down simultaneously. Additionally,...

Add Cosmo MCP Gateway

## Motivation and Context This PR enhances our GraphQL router’s logging and error pipelines, giving you fine-grained control over access-log verbosity, richer diagnostics in both router and subgraph logs, and...

router