google-news-trends-mcp 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.
- {google_news_trends_mcp-0.2.2/src/google_news_trends_mcp.egg-info → google_news_trends_mcp-0.2.3}/PKG-INFO +2 -2
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/pyproject.toml +2 -6
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3/src/google_news_trends_mcp.egg-info}/PKG-INFO +2 -2
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/tests/test_server.py +6 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/LICENSE +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/README.md +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/setup.cfg +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/__init__.py +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/__main__.py +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/cli.py +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/news.py +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/server.py +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp.egg-info/SOURCES.txt +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp.egg-info/dependency_links.txt +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp.egg-info/entry_points.txt +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp.egg-info/requires.txt +0 -0
- {google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: google-news-trends-mcp
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: An MCP server to access RSS feeds of Google News and Google Trends
|
5
5
|
Author-email: Jesse Manek <jesse.manek@gmail.com>
|
6
6
|
License-Expression: MIT
|
7
7
|
Project-URL: Homepage, https://github.com/jmanek/google-news-trends-mcp
|
8
8
|
Project-URL: Repository, https://github.com/jmanek/google-news-trends-mcp
|
9
9
|
Project-URL: Issues, https://github.com/jmanek/google-news-trends-mcp/issues
|
10
|
-
Keywords: google,news,trends,mcp,fastmcp,llm,nlp
|
10
|
+
Keywords: google,news,rss,trends,mcp,fastmcp,llm,nlp
|
11
11
|
Requires-Python: >=3.10.18
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "google-news-trends-mcp"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.3"
|
4
4
|
description = "An MCP server to access RSS feeds of Google News and Google Trends"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.10.18"
|
@@ -10,13 +10,12 @@ authors = [
|
|
10
10
|
keywords = [
|
11
11
|
"google",
|
12
12
|
"news",
|
13
|
+
"rss",
|
13
14
|
"trends",
|
14
15
|
"mcp",
|
15
16
|
"fastmcp",
|
16
17
|
"llm",
|
17
18
|
"nlp",
|
18
|
-
"gnews",
|
19
|
-
"newspaper",
|
20
19
|
]
|
21
20
|
license = "MIT"
|
22
21
|
license-files = ["LICENSE"]
|
@@ -70,6 +69,3 @@ line-length = 120
|
|
70
69
|
|
71
70
|
[tool.ruff]
|
72
71
|
line-length = 120
|
73
|
-
|
74
|
-
[tool.uv]
|
75
|
-
keyring-provider = "subprocess"
|
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: google-news-trends-mcp
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: An MCP server to access RSS feeds of Google News and Google Trends
|
5
5
|
Author-email: Jesse Manek <jesse.manek@gmail.com>
|
6
6
|
License-Expression: MIT
|
7
7
|
Project-URL: Homepage, https://github.com/jmanek/google-news-trends-mcp
|
8
8
|
Project-URL: Repository, https://github.com/jmanek/google-news-trends-mcp
|
9
9
|
Project-URL: Issues, https://github.com/jmanek/google-news-trends-mcp/issues
|
10
|
-
Keywords: google,news,trends,mcp,fastmcp,llm,nlp
|
10
|
+
Keywords: google,news,rss,trends,mcp,fastmcp,llm,nlp
|
11
11
|
Requires-Python: >=3.10.18
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
@@ -9,6 +9,12 @@ def mcp_server():
|
|
9
9
|
yield mcp
|
10
10
|
|
11
11
|
|
12
|
+
async def test_smoke(mcp_server):
|
13
|
+
async with Client(mcp_server) as client:
|
14
|
+
tools = await client.list_tools()
|
15
|
+
assert isinstance(tools, list)
|
16
|
+
|
17
|
+
|
12
18
|
async def test_get_news_by_keyword(mcp_server):
|
13
19
|
async with Client(mcp_server) as client:
|
14
20
|
params = {"keyword": "AI", "period": 3, "max_results": 2}
|
File without changes
|
File without changes
|
File without changes
|
{google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/__init__.py
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/__main__.py
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/cli.py
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/news.py
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2 → google_news_trends_mcp-0.2.3}/src/google_news_trends_mcp/server.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|