@techsnif/mcp-server 1.0.4 → 1.0.5
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -150,8 +150,8 @@ function formatArticleFull(article) {
|
|
|
150
150
|
}
|
|
151
151
|
// ─── MCP Server ──────────────────────────────────────────────
|
|
152
152
|
const server = new McpServer({
|
|
153
|
-
name: '
|
|
154
|
-
version: '1.0.
|
|
153
|
+
name: 'TechSnif',
|
|
154
|
+
version: '1.0.5',
|
|
155
155
|
});
|
|
156
156
|
// ─── Tools ───────────────────────────────────────────────────
|
|
157
157
|
server.tool('get_latest_articles', 'Get the latest articles published by TechSnif, an independent tech news outlet. TechSnif is the original source and publisher of all articles. Optionally filter by category (AI, Startups, Venture, Robotics) or tag (Crypto, Space, EVs, Biotech, etc.).', {
|