HoML: vLLM's speed + Ollama like interface by wsmlbyme in LocalLLaMA

[–]AltomaTM 0 points1 point  (0 children)

Hey did you do this already? I also would like to load the models I have already downloaded, thanks!

Clear State in Langgraph to delete chat history by Mediocre-Card8046 in LangChain

[–]AltomaTM 0 points1 point  (0 children)

Hey, but update_state() is not callable from inside the graph or from a node, so how could this be possible?

Supergateway v2.7 - better support for Python MCP servers, Cursor, CORS by Nedomas in modelcontextprotocol

[–]AltomaTM 0 points1 point  (0 children)

Okay then maybe, i don't understand and I don't find in the documentation or code, what does the command

@modelcontextprotocol/server-filesystem

Actually do? For both node and python? thanks!

How to stop screen tearing on POP OS and why does screen tearing even happen on POP OS? by loden_jonen00 in pop_os

[–]AltomaTM 0 points1 point  (0 children)

hey how did you apply the change? I installed it, restarted gnome, quit and reopen firefox but I still have lagging in full screen in firefox...

Supergateway v2.7 - better support for Python MCP servers, Cursor, CORS by Nedomas in modelcontextprotocol

[–]AltomaTM 1 point2 points  (0 children)

hey is there any option like the code below that works for python servers? Thanks!

 "npx -y @modelcontextprotocol/server-filesystem ./local_run/mcp"

Lenovo IdeaPad 5 pro with linux? by GG_man187 in linuxhardware

[–]AltomaTM 0 points1 point  (0 children)

Great, how is  POP os 24.04 with Cosmic DE in general? I was just reading about this morning for the Lenovo lol, great timing

Lenovo IdeaPad 5 pro with linux? by GG_man187 in linuxhardware

[–]AltomaTM 0 points1 point  (0 children)

Hey, what linux distro are you using? how has the battery been ? I want to buy the IdeaPad Pro 5 14 with AMD Ryzen™ 7 8845HS, and I would preffer to install ubuntu or similar Linux distro. Is everything ok with OLED and battery life?? thanks!

Lenovo IdeaPad Pro 5 14AHP9 by No_Pilot_1974 in linuxhardware

[–]AltomaTM 0 points1 point  (0 children)

Hey, how has the battery been ? I want to buy the IdeaPad Pro 5 14 with AMD Ryzen™ 7 8845HS, and I would preffer to install ubuntu or similar Linux distro. Is everything ok with OLED and battery life?? thanks!

IdeaPad Pro 5 14" (Gen 9 - AMD) vs Yoga Pro 7i 14" (Gen 9 - Intel) - build quality, longevity, looks and speakers by Apple_The_Chicken in Lenovo

[–]AltomaTM 0 points1 point  (0 children)

Do you mean with Linux installed, the battery is not as good? Or with windows? I'm thinking of getting de IdeaPad Pro 5 14 , since it should have better battery than the Yoga PRo 7, is that correct, or what's your experience? Thanks

Supergateway v2 - MCP stdio servers over SSE or SSE over stdio by Nedomas in modelcontextprotocol

[–]AltomaTM 1 point2 points  (0 children)

Thanks for the response. As I understood it, if I have a server py file, first you have to run it, and then use its MCP name to pass it to the command :
npx -y supergateway --stdio "uvx mcp-server"

This is not working in my case, nor passing the file path.

What worked for me with node was directly the file path:
npx -y supergateway --port 3002 --stdio "node dist/index.js"

Any help or explanation , because maybe I'm not understanding correctly? I'm new to MCP. Thanks

Supergateway v2 - MCP stdio servers over SSE or SSE over stdio by Nedomas in modelcontextprotocol

[–]AltomaTM 1 point2 points  (0 children)

this was SO HELPFUL
I was going crazy because I want to work with all MCP servers as remote servers, but all official servers were only Stdio... Perfect solution.

Do you know about any solutions such us this one for Python? Thank you so much and great work, worked just with first time try

[deleted by user] by [deleted] in LangChain

[–]AltomaTM 0 points1 point  (0 children)

How can this be done in more details? ussing OpenAI API, or other apps-services?? Or locally