-
Posts
143 -
Joined
-
Last visited
Recent Profile Visitors
3,115 profile views
srxz's Achievements

32-Bit GPU (5/7)
90
Reputation
-
So, basically I was studying some MCP (Model Context Protocol) which is somewhat new in world of AI and had an idea to implement some kind of Launchbox MCP server to see how it works. The way I build is like: Launchbox is the data provider(XMLs) Cursor IDE as MCP Host FastMCP python code as MCP Server How it works? Cursor IDE starts the MCP server, the MCP Server parses the XML's and add to a local database, this Server is implemented with a bunch of tools that it will interact with AI LLMs, then LLM will return you an message based on your Launchbox information. MCP implemented Tools POC/Future Since It's brand new yes someday we could implement this natively with C# and Launchbox plugins but I dont think it's fully available right now, so you will be able to talk with launchbox someday even interact natively with it.(Ask to start games, etc.) Here's an functional working version, of course this is just a test with a small size launchbox, implementing this to a launchbox with thousands of games would require vectorization database and a lot more of coding, but it's just a glimpse on what we can do
-
- 14 comments
-
- 1
-
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
- 14 comments
-
- 1
-
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
- 14 comments
-
- 1
-
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
Because this plugin doesn't use official API's(cause steam doesnt have one) this could break at any time, this is why is not official. And you can scrape without having to manually input the URL, with two cases, if the launch command is with steam:// or if you choose to scrape multiple games, this way it will do the best to search automatically and match the game.
-
Hi Paul, sorry for being late, the image server could be a simple: python -m http.server 8000 on the images folder, I have to implement yet the windows service but I didn't had time yet although is almost ready you can test downloading the release at: https://github.com/rodrigosiviero/lbImageServer or directly https://github.com/rodrigosiviero/lbImageServer/releases/download/v1.0.0/release.zip follow the service installation on the page and you should have the image server as a windows server, it's using golang. Regarding the Topic I really didn't think through this problem of multiple launchboxes instances, I will try to test a way to either specify the topic or get an unique specifier I will just ask some time, things are not going well with life rn edit2: please test the new version topics are now with unique computer identifier.
- 14 comments
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
-
-
-
-
Archive Cache Manager
srxz replied to fraganator's topic in Third-Party Applications and Plugins (Released)
unfortunately after some testing its not working. Plugin has too many incompatible dependencies with new 9.0 -
- 14 comments
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
- 14 comments
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
- 14 comments
-
- automation
- homeassistant
-
(and 1 more)
Tagged with:
-
Archive Cache Manager
srxz replied to fraganator's topic in Third-Party Applications and Plugins (Released)
Try this one: ArchivePlugin9.0.zip