Skip to content

Commit ff266b0

Browse files
committed
feat(cinder): Add get attachments tool(#70)
- Add get attachments tool - Tests are updated and passing
1 parent 103b84c commit ff266b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/openstack_mcp_server/tools/response/block_storage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ class Attachment(BaseModel):
4343
connection_info: ConnectionInfo | None = None
4444
connector: str | None = None
4545

46-
46+
4747
class AttachmentSummary(BaseModel):
4848
id: str
4949
instance: str
5050
volume_id: str
5151
status: str
52-

0 commit comments

Comments
 (0)