Hyeonsoo Lee

Results 4 issues of Hyeonsoo Lee

안녕하세요 nvidia-docker를 이용해서 --device /dev/nvidia0:/dev/nvidia0 --device /dev/nvidiactl:/dev/nvidiactl --device /dev/nvidia-uvm:/dev/nvidia-uvm gpu device들을 연결시켜주고 실행을 시켰는데, python -c "from tensorflow.python.client import device_lib; local_device_protos = device_lib.list_local_devices(); print([x.name for x in local_device_protos if x.device_type...

## Problem The Cline VS Code extension is unable to connect to mcp-atlassian server, while the same configuration works correctly with Cursor IDE and Claude Desktop. ## Details ![Image](https://github.com/user-attachments/assets/edff2421-3def-4486-8991-39069f259f91) -...

### Description The `Context` object is not automatically injected into functions decorated with `@mcp.resource` (including resource templates), whereas it works correctly for functions decorated with `@mcp.tool`. This prevents resource functions...

bug

### Description When creating an HTTP-based server (using `streamable-http` or `sse` transport) via `FastMCP.http_app()`, the `FastMCP` server instance is not stored in the resulting Starlette application's state (i.e., `request.app.state.mcp_server` is...

bug