chore: update docs to remove --package refs

This commit is contained in:
Ralph Khreish
2025-09-18 23:35:52 +02:00
parent a33abe6c21
commit 11b084c32b
17 changed files with 32 additions and 30 deletions

View File

@@ -141,7 +141,7 @@ describe('Amp Profile Init Functionality', () => {
mcpServers: {
'task-master-ai': {
command: 'npx',
args: ['-y', '--package=task-master-ai', 'task-master-ai']
args: ['-y', 'task-master-ai']
}
}
};
@@ -181,7 +181,7 @@ describe('Amp Profile Init Functionality', () => {
'amp.mcpServers': {
'task-master-ai': {
command: 'npx',
args: ['-y', '--package=task-master-ai', 'task-master-ai']
args: ['-y', 'task-master-ai']
}
}
};
@@ -266,7 +266,7 @@ describe('Amp Profile Init Functionality', () => {
'amp.mcpServers': {
'task-master-ai': {
command: 'npx',
args: ['-y', '--package=task-master-ai', 'task-master-ai']
args: ['-y', 'task-master-ai']
}
},
'other.setting': 'value'
@@ -300,7 +300,7 @@ describe('Amp Profile Init Functionality', () => {
'amp.mcpServers': {
'task-master-ai': {
command: 'npx',
args: ['-y', '--package=task-master-ai', 'task-master-ai']
args: ['-y', 'task-master-ai']
}
}
};