mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
re-add AI generation disclosure
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# ifc_cli/src/ifcmcp/ifcmcp/__main__.py
|
||||
# This file was generated with the assistance of an AI coding tool.
|
||||
from ifcmcp.server import build_server
|
||||
|
||||
|
||||
def main():
|
||||
server = build_server()
|
||||
server.run(transport="stdio")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# ifc_cli/src/ifcmcp/ifcmcp/core.py
|
||||
# This file was generated with the assistance of an AI coding tool.
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# ifc_cli/src/ifcmcp/ifcmcp/embedded.py
|
||||
# This file was generated with the assistance of an AI coding tool.
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, Mapping
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# ifc_cli/src/ifcmcp/ifcmcp/server.py
|
||||
# This file was generated with the assistance of an AI coding tool.
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
Reference in New Issue
Block a user