google-news-trends-mcp 0.1.1__py3-none-any.whl → 0.1.2__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.
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/METADATA +4 -4
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/RECORD +6 -6
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/WHEEL +0 -0
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/entry_points.txt +0 -0
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: google-news-trends-mcp
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: An MCP server to access Google News and Google Trends.
|
5
5
|
Author-email: Jesse Manek <jesse.manek@gmail.com>
|
6
6
|
License-Expression: MIT
|
@@ -54,7 +54,7 @@ pip install google-news-trends-mcp
|
|
54
54
|
After installation, you can run it as a script using:
|
55
55
|
|
56
56
|
```bash
|
57
|
-
python -m
|
57
|
+
python -m google_news_trends_mcp
|
58
58
|
```
|
59
59
|
|
60
60
|
## Configuration
|
@@ -86,7 +86,7 @@ Add to your Claude settings:
|
|
86
86
|
"mcpServers": {
|
87
87
|
"google-news-trends": {
|
88
88
|
"command": "python",
|
89
|
-
"args": ["-m", "
|
89
|
+
"args": ["-m", "google_news_trends_mcp"]
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
@@ -121,7 +121,7 @@ Add to your Claude settings:
|
|
121
121
|
"servers": {
|
122
122
|
"google-news-trends": {
|
123
123
|
"command": "python",
|
124
|
-
"args": ["-m", "
|
124
|
+
"args": ["-m", "google_news_trends_mcp"]
|
125
125
|
}
|
126
126
|
}
|
127
127
|
}
|
@@ -3,9 +3,9 @@ google_news_trends_mcp/__main__.py,sha256=ysiAk_xpnnW3lrLlzdIQQa71tuGBRT8WocbecB
|
|
3
3
|
google_news_trends_mcp/cli.py,sha256=fi0qocr-nc3UbGKOR5GLrmfsEjhU_M6ZJ7UAyLoC8ds,4012
|
4
4
|
google_news_trends_mcp/news.py,sha256=o3lNRx_lt1h2ojHW0pXhfQhs8n35pnvgeV6-iTi_1RA,12294
|
5
5
|
google_news_trends_mcp/server.py,sha256=qwQ_9UKnOLybUGCmUH4sJWxKsmJHZCg7PKimFXgr58c,9468
|
6
|
-
google_news_trends_mcp-0.1.
|
7
|
-
google_news_trends_mcp-0.1.
|
8
|
-
google_news_trends_mcp-0.1.
|
9
|
-
google_news_trends_mcp-0.1.
|
10
|
-
google_news_trends_mcp-0.1.
|
11
|
-
google_news_trends_mcp-0.1.
|
6
|
+
google_news_trends_mcp-0.1.2.dist-info/licenses/LICENSE,sha256=5dsv2ZI5EZIer0a9MktVmILVrlp5vqH_0tPIe3bRLgE,1067
|
7
|
+
google_news_trends_mcp-0.1.2.dist-info/METADATA,sha256=dFijMlwb30QPODje_SYh-upF__QXNnxy6v7jDyq_O2c,4591
|
8
|
+
google_news_trends_mcp-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
google_news_trends_mcp-0.1.2.dist-info/entry_points.txt,sha256=eVT3xd6YJQgsWAUBwhnffuwhXNF7yyt_uco6fjBy-1o,130
|
10
|
+
google_news_trends_mcp-0.1.2.dist-info/top_level.txt,sha256=RFheDbzhNnEV_Y3iFNm7jhRhY1P1wQgfiYqVpXCTD_U,23
|
11
|
+
google_news_trends_mcp-0.1.2.dist-info/RECORD,,
|
File without changes
|
{google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/entry_points.txt
RENAMED
File without changes
|
{google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{google_news_trends_mcp-0.1.1.dist-info → google_news_trends_mcp-0.1.2.dist-info}/top_level.txt
RENAMED
File without changes
|