threadfox-lite 0.2.5__tar.gz → 0.2.6__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 (25) hide show
  1. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/.claude-plugin/marketplace.json +1 -1
  2. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/.claude-plugin/plugin.json +1 -1
  3. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/PKG-INFO +1 -1
  4. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/manifest.json +1 -1
  5. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/pyproject.toml +1 -1
  6. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/server.json +3 -3
  7. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/__init__.py +1 -1
  8. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/server.py +1 -1
  9. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/uv.lock +1 -1
  10. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/.github/workflows/publish.yml +0 -0
  11. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/.gitignore +0 -0
  12. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/.mcpbignore +0 -0
  13. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/LAUNCHGUIDE.md +0 -0
  14. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/LICENSE +0 -0
  15. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/README.md +0 -0
  16. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/glama.json +0 -0
  17. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/icon.png +0 -0
  18. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/skills/reddit-rules-first/SKILL.md +0 -0
  19. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/browser.py +0 -0
  20. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/node.py +0 -0
  21. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/process.py +0 -0
  22. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/src/threadfox_lite/reddit.py +0 -0
  23. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/tests/test_node.py +0 -0
  24. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/tests/test_process.py +0 -0
  25. {threadfox_lite-0.2.5 → threadfox_lite-0.2.6}/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.5",
15
+ "version": "0.2.6",
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.5",
3
+ "version": "0.2.6",
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.5
3
+ Version: 0.2.6
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",
5
+ "version": "0.2.6",
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 only the extension: Node.js is fetched automatically when missing; 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.5"
3
+ version = "0.2.6"
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.5",
6
+ "version": "0.2.6",
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.5",
16
+ "version": "0.2.6",
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.5/threadfox-lite-0.2.5.mcpb",
24
+ "identifier": "https://github.com/amflimited/threadfox-lite/releases/download/v0.2.6/threadfox-lite-0.2.6.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.5"
2
+ __version__ = "0.2.6"
@@ -78,7 +78,7 @@ def _prefetch_node():
78
78
 
79
79
  def main():
80
80
  threading.Thread(target=_prefetch_node, daemon=True).start()
81
- mcp.run()
81
+ mcp.run(transport="stdio")
82
82
 
83
83
 
84
84
  if __name__ == "__main__":
@@ -859,7 +859,7 @@ wheels = [
859
859
 
860
860
  [[package]]
861
861
  name = "threadfox-lite"
862
- version = "0.2.5"
862
+ version = "0.2.6"
863
863
  source = { editable = "." }
864
864
  dependencies = [
865
865
  { name = "mcp" },
File without changes
File without changes
File without changes