fdkey 0.0.1.dev0__py3-none-any.whl
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.
fdkey/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1.dev0"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fdkey
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: FDKEY — AI-agent verification SDK for MCP servers (name-reservation placeholder; real release coming soon)
|
|
5
|
+
Project-URL: Homepage, https://fdkey.com
|
|
6
|
+
Project-URL: Repository, https://github.com/fdkey/mcp-sdks
|
|
7
|
+
Author: FDKEY
|
|
8
|
+
License: MIT
|
|
9
|
+
Keywords: ai-agent,captcha,fdkey,mcp,verification
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Requires-Python: >=3.9
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# fdkey
|
|
18
|
+
|
|
19
|
+
FDKEY — AI-agent verification SDK for MCP servers.
|
|
20
|
+
|
|
21
|
+
This is a name-reservation placeholder. The real `fdkey` Python SDK lands
|
|
22
|
+
shortly — it will provide a `with_fdkey()` middleware that gates any
|
|
23
|
+
[MCP](https://modelcontextprotocol.io) server behind an LLM-only
|
|
24
|
+
verification challenge, mirroring the TypeScript SDK at
|
|
25
|
+
[`@fdkey/mcp`](https://www.npmjs.com/package/@fdkey/mcp).
|
|
26
|
+
|
|
27
|
+
See [https://fdkey.com](https://fdkey.com).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
fdkey/__init__.py,sha256=nOZlJZ55pYRet50MDpv0qKXm4C1M-2nEdm8uxa-pVJI,27
|
|
2
|
+
fdkey-0.0.1.dev0.dist-info/METADATA,sha256=WIh8nOTAm0hGBRPciUAZV9QHMj2OaU3SbhGueYGzrRA,1035
|
|
3
|
+
fdkey-0.0.1.dev0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
fdkey-0.0.1.dev0.dist-info/RECORD,,
|