threadfox-lite 0.2.2__tar.gz → 0.2.3__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.
Files changed (21) hide show
  1. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/.claude-plugin/marketplace.json +1 -1
  2. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/.claude-plugin/plugin.json +1 -1
  3. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/PKG-INFO +3 -3
  4. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/README.md +1 -1
  5. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/manifest.json +1 -1
  6. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/pyproject.toml +2 -2
  7. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/server.json +3 -3
  8. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/src/threadfox_lite/__init__.py +1 -1
  9. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/uv.lock +2 -2
  10. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/.github/workflows/publish.yml +0 -0
  11. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/.gitignore +0 -0
  12. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/.mcpbignore +0 -0
  13. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/LAUNCHGUIDE.md +0 -0
  14. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/LICENSE +0 -0
  15. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/glama.json +0 -0
  16. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/icon.png +0 -0
  17. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/skills/reddit-rules-first/SKILL.md +0 -0
  18. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/src/threadfox_lite/browser.py +0 -0
  19. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/src/threadfox_lite/reddit.py +0 -0
  20. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/src/threadfox_lite/server.py +0 -0
  21. {threadfox_lite-0.2.2 → threadfox_lite-0.2.3}/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.2",
15
+ "version": "0.2.3",
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.2",
3
+ "version": "0.2.3",
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.2
3
+ Version: 0.2.3
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
@@ -8,7 +8,7 @@ Author-email: "AMF Indiana (ThreadFox)" <support@threadfox.vip>
8
8
  License: MIT
9
9
  License-File: LICENSE
10
10
  Requires-Python: >=3.10
11
- Requires-Dist: mcp<2,>=1.23.0
11
+ Requires-Dist: mcp<2,>=1.28.1
12
12
  Description-Content-Type: text/markdown
13
13
 
14
14
  # ThreadFox Lite
@@ -34,7 +34,7 @@ Claude Code, the MCP server only:
34
34
 
35
35
  claude mcp add threadfox-lite -- uvx threadfox-lite
36
36
 
37
- Claude Desktop: download the `.mcpb` file from the [latest release](https://github.com/amflimited/threadfox-lite/releases/latest) and open it (Settings > Extensions). It needs [uv](https://docs.astral.sh/uv/) on your machine.
37
+ Claude Desktop: download the `.mcpb` file from the [latest release](https://github.com/amflimited/threadfox-lite/releases/latest) and open it; if Windows asks which app should open it, choose Claude. Claude Desktop sets up Python for it by itself.
38
38
 
39
39
  Codex (`~/.codex/config.toml`):
40
40
 
@@ -21,7 +21,7 @@ Claude Code, the MCP server only:
21
21
 
22
22
  claude mcp add threadfox-lite -- uvx threadfox-lite
23
23
 
24
- Claude Desktop: download the `.mcpb` file from the [latest release](https://github.com/amflimited/threadfox-lite/releases/latest) and open it (Settings > Extensions). It needs [uv](https://docs.astral.sh/uv/) on your machine.
24
+ Claude Desktop: download the `.mcpb` file from the [latest release](https://github.com/amflimited/threadfox-lite/releases/latest) and open it; if Windows asks which app should open it, choose Claude. Claude Desktop sets up Python for it by itself.
25
25
 
26
26
  Codex (`~/.codex/config.toml`):
27
27
 
@@ -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.2",
5
+ "version": "0.2.3",
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,12 +1,12 @@
1
1
  [project]
2
2
  name = "threadfox-lite"
3
- version = "0.2.2"
3
+ version = "0.2.3"
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" }
7
7
  requires-python = ">=3.10"
8
8
  authors = [{ name = "AMF Indiana (ThreadFox)", email = "support@threadfox.vip" }]
9
- dependencies = ["mcp>=1.23.0,<2"]
9
+ dependencies = ["mcp>=1.28.1,<2"]
10
10
 
11
11
  [project.urls]
12
12
  Homepage = "https://threadfox.vip"
@@ -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.2",
6
+ "version": "0.2.3",
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.2",
16
+ "version": "0.2.3",
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.2/threadfox-lite-0.2.2.mcpb",
24
+ "identifier": "https://github.com/amflimited/threadfox-lite/releases/download/v0.2.3/threadfox-lite-0.2.3.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"
2
+ __version__ = "0.2.3"
@@ -859,14 +859,14 @@ wheels = [
859
859
 
860
860
  [[package]]
861
861
  name = "threadfox-lite"
862
- version = "0.2.2"
862
+ version = "0.2.3"
863
863
  source = { editable = "." }
864
864
  dependencies = [
865
865
  { name = "mcp" },
866
866
  ]
867
867
 
868
868
  [package.metadata]
869
- requires-dist = [{ name = "mcp", specifier = ">=1.23.0,<2" }]
869
+ requires-dist = [{ name = "mcp", specifier = ">=1.28.1,<2" }]
870
870
 
871
871
  [[package]]
872
872
  name = "typing-extensions"
File without changes
File without changes