add mcp log server via journald
This commit is contained in:
parent
d6f7ce6d46
commit
de573124ce
8 changed files with 131 additions and 2 deletions
9
modules/nixos/journald-remote/pyproject.toml
Normal file
9
modules/nixos/journald-remote/pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
|
||||
[project]
|
||||
name = "mcp-log-server"
|
||||
version = "1.0.0"
|
||||
|
||||
[project.scripts]
|
||||
mcp-log-server = "server:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue