threadfox-lite 0.2.1__tar.gz → 0.2.2__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.
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/.claude-plugin/marketplace.json +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/.claude-plugin/plugin.json +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/PKG-INFO +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/manifest.json +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/pyproject.toml +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/server.json +3 -3
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/src/threadfox_lite/__init__.py +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/src/threadfox_lite/server.py +8 -2
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/uv.lock +1 -1
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/.github/workflows/publish.yml +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/.gitignore +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/.mcpbignore +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/LAUNCHGUIDE.md +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/LICENSE +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/README.md +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/glama.json +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/icon.png +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/skills/reddit-rules-first/SKILL.md +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/src/threadfox_lite/browser.py +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/src/threadfox_lite/reddit.py +0 -0
- {threadfox_lite-0.2.1 → threadfox_lite-0.2.2}/tests/test_reddit.py +0 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "threadfox-lite",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"description": "Free, read-only Reddit tools: subreddit rules before you post, post status after, and the reddit-rules-first skill.",
|
|
15
|
-
"version": "0.2.
|
|
15
|
+
"version": "0.2.2",
|
|
16
16
|
"category": "marketing",
|
|
17
17
|
"homepage": "https://threadfox.vip"
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "threadfox-lite",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Free, read-only Reddit tools: find communities where you may post, read their rules, check your account and whether a post stayed up, plus the reddit-rules-first skill.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "ThreadFox (AMF Indiana)",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: threadfox-lite
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Read a subreddit's rules and check whether a Reddit post is still up, from Claude Code, Codex or any MCP client. Free tools from ThreadFox.
|
|
5
5
|
Project-URL: Homepage, https://threadfox.vip
|
|
6
6
|
Project-URL: Source, https://github.com/amflimited/threadfox-lite
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.4",
|
|
3
3
|
"name": "threadfox-lite",
|
|
4
4
|
"display_name": "ThreadFox Lite",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.2",
|
|
6
6
|
"description": "Find subreddits where you may post, read their rules, check your account and whether a post stayed up. Free, read-only.",
|
|
7
7
|
"long_description": "Free, read-only Reddit tools for Claude and any MCP client. find_communities lists subreddits about a topic with their self-promotion rules flagged; subreddit_rules reads one community's rules, size and description; account_check reports an account's age, karma, standing and whether its recent posts are removed or hidden from search; post_status says whether a post is live, removed or deleted. Reddit now sends signed-out requests to a login page, so every read runs in your own Chrome, signed in as you, through Microsoft's Playwright Extension (needs Node.js and the extension; the first read asks you to pick a tab). Nothing is posted or changed. The full ThreadFox kit (finding conversations where people ask for what you sell, posting from your own Chrome, an outcome ledger, a 12-module course) is sold separately at https://threadfox.vip.",
|
|
8
8
|
"author": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "threadfox-lite"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
description = "Read a subreddit's rules and check whether a Reddit post is still up, from Claude Code, Codex or any MCP client. Free tools from ThreadFox."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.amflimited/threadfox-lite",
|
|
4
4
|
"title": "ThreadFox Lite",
|
|
5
5
|
"description": "Find subreddits you may post in, read their rules, check your account and posts. Free, read-only.",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.2",
|
|
7
7
|
"websiteUrl": "https://threadfox.vip",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/amflimited/threadfox-lite",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"registryType": "pypi",
|
|
15
15
|
"identifier": "threadfox-lite",
|
|
16
|
-
"version": "0.2.
|
|
16
|
+
"version": "0.2.2",
|
|
17
17
|
"runtimeHint": "uvx",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"registryType": "mcpb",
|
|
24
|
-
"identifier": "https://github.com/amflimited/threadfox-lite/releases/download/v0.2.
|
|
24
|
+
"identifier": "https://github.com/amflimited/threadfox-lite/releases/download/v0.2.2/threadfox-lite-0.2.2.mcpb",
|
|
25
25
|
"fileSha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
26
26
|
"transport": {
|
|
27
27
|
"type": "stdio"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""ThreadFox Lite: free, read-only Reddit tools for AI agents."""
|
|
2
|
-
__version__ = "0.2.
|
|
2
|
+
__version__ = "0.2.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""ThreadFox Lite MCP server (stdio).
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Four free, read-only tools any agent can use before and after posting to Reddit, plus `threadfox_full_kit`,
|
|
4
4
|
which tells a paying customer how to open the full ThreadFox kit (posting from your own Chrome, replies,
|
|
5
5
|
the outcome ledger and the course). The full kit is sold at https://threadfox.vip and on MCP Marketplace.
|
|
6
6
|
"""
|
|
@@ -10,7 +10,13 @@ from mcp.server.fastmcp import FastMCP
|
|
|
10
10
|
|
|
11
11
|
from . import reddit
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
from . import __version__
|
|
14
|
+
|
|
15
|
+
mcp = FastMCP("threadfox-lite", instructions=(
|
|
16
|
+
"Free, read-only Reddit tools. find_communities and subreddit_rules before writing a post, account_check before posting "
|
|
17
|
+
"from an account, post_status at 1, 6 and 24 hours. Every read runs in the user's own signed-in Chrome; if a tool returns "
|
|
18
|
+
"setup steps (Node.js and the Playwright Extension), relay them plainly and stop. Nothing here posts or changes anything."))
|
|
19
|
+
mcp._mcp_server.version = __version__ # report ThreadFox Lite's version, not the MCP library's
|
|
14
20
|
|
|
15
21
|
|
|
16
22
|
@mcp.tool()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|