research-powerpack-mcp 3.1.3 → 3.1.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.
@@ -16,7 +16,7 @@ export class RedditClient {
16
16
  clientSecret;
17
17
  token = null;
18
18
  tokenExpiry = 0;
19
- userAgent = 'script:research-powerpack-mcp:v3.1.0 (by /u/research-powerpack)';
19
+ userAgent = 'script:research-powerpack-mcp:v3.1.3 (by /u/research-powerpack)';
20
20
  constructor(clientId, clientSecret) {
21
21
  this.clientId = clientId;
22
22
  this.clientSecret = clientSecret;
@@ -19,7 +19,7 @@ export declare const RESEARCH: {
19
19
  };
20
20
  export declare const SERVER: {
21
21
  readonly NAME: "research-powerpack-mcp";
22
- readonly VERSION: "3.1.0";
22
+ readonly VERSION: "3.1.3";
23
23
  readonly DESCRIPTION: "The ultimate research MCP toolkit with modular capabilities";
24
24
  };
25
25
  export interface Capabilities {
@@ -26,7 +26,7 @@ export const RESEARCH = {
26
26
  // ============================================================================
27
27
  export const SERVER = {
28
28
  NAME: 'research-powerpack-mcp',
29
- VERSION: '3.1.0', // Updated to match package.json
29
+ VERSION: '3.1.3', // Updated to match package.json
30
30
  DESCRIPTION: 'The ultimate research MCP toolkit with modular capabilities',
31
31
  };
32
32
  export function getCapabilities() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "research-powerpack-mcp",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "The ultimate research MCP toolkit: Reddit mining, web search with CTR aggregation, AI-powered deep research, and intelligent web scraping - all in one modular package",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",