@ldraney/github-mcp 0.2.0-beta.1 → 0.2.0-beta.2
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.
|
@@ -330,7 +330,7 @@ export const packagesCategory = {
|
|
|
330
330
|
// get_all_package_versions_for_package_owned_by_authenticated_user
|
|
331
331
|
{
|
|
332
332
|
definition: {
|
|
333
|
-
name: '
|
|
333
|
+
name: 'github_packages_list_versions_for_auth_user',
|
|
334
334
|
description: 'Get all package versions for a package owned by the authenticated user',
|
|
335
335
|
inputSchema: {
|
|
336
336
|
type: 'object',
|
|
@@ -375,7 +375,7 @@ export const packagesCategory = {
|
|
|
375
375
|
// get_all_package_versions_for_package_owned_by_user
|
|
376
376
|
{
|
|
377
377
|
definition: {
|
|
378
|
-
name: '
|
|
378
|
+
name: 'github_packages_list_versions_for_user',
|
|
379
379
|
description: 'Get all package versions for a package owned by a user',
|
|
380
380
|
inputSchema: {
|
|
381
381
|
type: 'object',
|
|
@@ -419,7 +419,7 @@ export const packagesCategory = {
|
|
|
419
419
|
// get_all_package_versions_for_package_owned_by_org
|
|
420
420
|
{
|
|
421
421
|
definition: {
|
|
422
|
-
name: '
|
|
422
|
+
name: 'github_packages_list_versions_for_org',
|
|
423
423
|
description: 'Get all package versions for a package owned by an organization',
|
|
424
424
|
inputSchema: {
|
|
425
425
|
type: 'object',
|