Skip to content

Commit

Permalink
Merge pull request #12 from michaellatman/add-raygun-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellatman authored Nov 28, 2024
2 parents 327e3cc + 445a84c commit 53817fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@ export const packageHelpers: PackageHelpers = {
required: true
}
}
},
'@raygun.io/mcp-server-raygun': {
requiredEnvVars: {
RAYGUN_PAT_TOKEN: {
description: 'Personal access token for Raygun API access',
required: true
}
}
}
};
};
2 changes: 1 addition & 1 deletion src/utils/package-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ export async function uninstallPackage(packageName: string): Promise<void> {
console.error('Failed to uninstall package:', error);
throw error;
}
}
}

0 comments on commit 53817fd

Please sign in to comment.