lucidlink-mcp 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lucidlink_mcp-0.0.1/LICENSE +11 -0
- lucidlink_mcp-0.0.1/PKG-INFO +29 -0
- lucidlink_mcp-0.0.1/README.md +11 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.egg-info/PKG-INFO +29 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.egg-info/SOURCES.txt +9 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.egg-info/dependency_links.txt +1 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.egg-info/entry_points.txt +2 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.egg-info/top_level.txt +1 -0
- lucidlink_mcp-0.0.1/lucidlink_mcp.py +19 -0
- lucidlink_mcp-0.0.1/pyproject.toml +32 -0
- lucidlink_mcp-0.0.1/setup.cfg +4 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
LucidLink MCP Server License Notice
|
|
2
|
+
-----------------------------------
|
|
3
|
+
Copyright © 2026 LucidLink Corp. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software (the “Software”) is proprietary software owned by LucidLink Corp. and is made available as part of LucidLink’s commercial offering.
|
|
6
|
+
|
|
7
|
+
Subject to and conditioned on your continuing compliance with (a) the LucidLink Terms and Conditions available at https://www.lucidlink.com/terms, or (b) if you or your organization have entered into a separate written agreement with LucidLink governing your use of LucidLink services, such separate written agreement (in each case, the “Applicable Terms”), LucidLink grants you a limited, non‑exclusive, non‑transferable, revocable license to install and use the Software solely to access and use LucidLink services for your internal business purposes.
|
|
8
|
+
|
|
9
|
+
Except as expressly permitted in the Applicable Terms, you may not copy, modify, distribute, sublicense, reverse engineer, or otherwise use the Software or any portion thereof. No rights are granted by implication, estoppel, or otherwise.
|
|
10
|
+
|
|
11
|
+
This Software is not licensed under an open‑source license.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: lucidlink-mcp
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Model Context Protocol server for LucidLink filespaces (name reservation; functional release coming as 0.1.0)
|
|
5
|
+
Author: LucidLink
|
|
6
|
+
License-Expression: LicenseRef-Proprietary
|
|
7
|
+
Project-URL: Homepage, https://www.lucidlink.com
|
|
8
|
+
Keywords: mcp,lucidlink,llm,ai,agent,filesystem
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
License-File: LICENSE
|
|
17
|
+
Dynamic: license-file
|
|
18
|
+
|
|
19
|
+
# lucidlink-mcp
|
|
20
|
+
|
|
21
|
+
Name reservation for the upcoming **LucidLink MCP server** — a
|
|
22
|
+
[Model Context Protocol](https://modelcontextprotocol.io) server that gives AI
|
|
23
|
+
agents end-to-end-encrypted access to [LucidLink](https://www.lucidlink.com)
|
|
24
|
+
filespaces (read, write, search, lock, and audit files in natural language).
|
|
25
|
+
|
|
26
|
+
> **This 0.0.1 release is a placeholder and contains no functional server.**
|
|
27
|
+
> The functional release will be published as **0.1.0+**.
|
|
28
|
+
|
|
29
|
+
Learn more: https://www.lucidlink.com
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# lucidlink-mcp
|
|
2
|
+
|
|
3
|
+
Name reservation for the upcoming **LucidLink MCP server** — a
|
|
4
|
+
[Model Context Protocol](https://modelcontextprotocol.io) server that gives AI
|
|
5
|
+
agents end-to-end-encrypted access to [LucidLink](https://www.lucidlink.com)
|
|
6
|
+
filespaces (read, write, search, lock, and audit files in natural language).
|
|
7
|
+
|
|
8
|
+
> **This 0.0.1 release is a placeholder and contains no functional server.**
|
|
9
|
+
> The functional release will be published as **0.1.0+**.
|
|
10
|
+
|
|
11
|
+
Learn more: https://www.lucidlink.com
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: lucidlink-mcp
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Model Context Protocol server for LucidLink filespaces (name reservation; functional release coming as 0.1.0)
|
|
5
|
+
Author: LucidLink
|
|
6
|
+
License-Expression: LicenseRef-Proprietary
|
|
7
|
+
Project-URL: Homepage, https://www.lucidlink.com
|
|
8
|
+
Keywords: mcp,lucidlink,llm,ai,agent,filesystem
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
License-File: LICENSE
|
|
17
|
+
Dynamic: license-file
|
|
18
|
+
|
|
19
|
+
# lucidlink-mcp
|
|
20
|
+
|
|
21
|
+
Name reservation for the upcoming **LucidLink MCP server** — a
|
|
22
|
+
[Model Context Protocol](https://modelcontextprotocol.io) server that gives AI
|
|
23
|
+
agents end-to-end-encrypted access to [LucidLink](https://www.lucidlink.com)
|
|
24
|
+
filespaces (read, write, search, lock, and audit files in natural language).
|
|
25
|
+
|
|
26
|
+
> **This 0.0.1 release is a placeholder and contains no functional server.**
|
|
27
|
+
> The functional release will be published as **0.1.0+**.
|
|
28
|
+
|
|
29
|
+
Learn more: https://www.lucidlink.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lucidlink_mcp
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Placeholder reserving the ``lucidlink-mcp`` name on PyPI.
|
|
2
|
+
|
|
3
|
+
This 0.0.1 release contains no functional server. The LucidLink MCP server
|
|
4
|
+
ships as 0.1.0+; installing a later version replaces this module.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
__version__ = "0.0.1"
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def _placeholder() -> None:
|
|
11
|
+
print(
|
|
12
|
+
"lucidlink-mcp 0.0.1 is a name-reservation placeholder — it has no server.\n"
|
|
13
|
+
"The functional LucidLink MCP server will be published as 0.1.0+.\n"
|
|
14
|
+
"Learn more: https://www.lucidlink.com"
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
if __name__ == "__main__":
|
|
19
|
+
_placeholder()
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=77"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "lucidlink-mcp"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Model Context Protocol server for LucidLink filespaces (name reservation; functional release coming as 0.1.0)"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
license = "LicenseRef-Proprietary" # mirrors the lucidlink SDK + the real package
|
|
12
|
+
license-files = ["LICENSE"]
|
|
13
|
+
authors = [
|
|
14
|
+
{name = "LucidLink"},
|
|
15
|
+
]
|
|
16
|
+
keywords = ["mcp", "lucidlink", "llm", "ai", "agent", "filesystem"]
|
|
17
|
+
classifiers = [
|
|
18
|
+
"Development Status :: 1 - Planning",
|
|
19
|
+
"Intended Audience :: Developers",
|
|
20
|
+
"Operating System :: OS Independent",
|
|
21
|
+
"Programming Language :: Python :: 3",
|
|
22
|
+
"Topic :: Software Development :: Libraries",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[project.scripts]
|
|
26
|
+
lucidlink-mcp = "lucidlink_mcp:_placeholder"
|
|
27
|
+
|
|
28
|
+
[project.urls]
|
|
29
|
+
Homepage = "https://www.lucidlink.com"
|
|
30
|
+
|
|
31
|
+
[tool.setuptools]
|
|
32
|
+
py-modules = ["lucidlink_mcp"]
|